Skip to content

Commit

Permalink
Change version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Sabo committed Dec 6, 2020
1 parent 91d7b87 commit 5254671
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ repositories {
maven(uri("http://artifactory.nimblygames.com/artifactory/ng-public-release/"))
}
dependencies {
implementation("com.badlogicgames.packr:packr:3.0.0")
implementation("com.badlogicgames.packr:packr:3.0.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


group = "com.badlogicgames.packr"
version = "3.0.1-SNAPSHOT"
version = "3.0.1"

ext["macOsMinimumVersion"] = "10.10"

Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased 3.0.1
# Release 3.0.1
1. Updated tests to use the latest versions of AdoptOpenJDK 8, 11, and 15.
1. Changed DLL loading on Windows to search in the JRE bin and server directories.
* This should make packr more robust to Windows runtime DLL changes.
Expand Down

0 comments on commit 5254671

Please sign in to comment.