Skip to content

Commit 5254671

Browse files
author
Karl Sabo
committed
Change version to 3.0.1
1 parent 91d7b87 commit 5254671

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ repositories {
104104
maven(uri("http://artifactory.nimblygames.com/artifactory/ng-public-release/"))
105105
}
106106
dependencies {
107-
implementation("com.badlogicgames.packr:packr:3.0.0")
107+
implementation("com.badlogicgames.packr:packr:3.0.1")
108108
}
109109
```
110110

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
group = "com.badlogicgames.packr"
19-
version = "3.0.1-SNAPSHOT"
19+
version = "3.0.1"
2020

2121
ext["macOsMinimumVersion"] = "10.10"
2222

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased 3.0.1
1+
# Release 3.0.1
22
1. Updated tests to use the latest versions of AdoptOpenJDK 8, 11, and 15.
33
1. Changed DLL loading on Windows to search in the JRE bin and server directories.
44
* This should make packr more robust to Windows runtime DLL changes.

0 commit comments

Comments
 (0)