Skip to content

Commit

Permalink
build.gradle: more post-release fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Oct 10, 2024
1 parent 9d65b02 commit eb1a9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
ext {
downloadZip = 'downloads/JoltPhysics-sg240929.zip'
group = 'com.github.stephengold'
version = '0.8.0'
version = '0.8.1-SNAPSHOT'
baseName = "${artifact}-${version}" // for artifacts
websiteUrl = 'https://github.com/stephengold/jolt-jni'
}
Expand Down

0 comments on commit eb1a9af

Please sign in to comment.