Skip to content

Commit

Permalink
fix: messed up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
alterNERDtive committed Dec 3, 2024
1 parent e494139 commit 5d2b7d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.16.0.1 (2024-12-03)

* Fixed messed up version number.

# 3.16.0.0 (2024-12-03)

* Removed obsolete changes to things removed between versions 3.13 and 3.16 of the pack.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ apply plugin: 'eu.davidea.grabver'
versioning {
// Required (number)
major 3
minor 13
minor 16
// Optional, force custom patch (number)
patch 0
// Optional (any string)
Expand Down Expand Up @@ -286,4 +286,4 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
artifacts {
archives sourcesJar
archives javadocJar
}
}
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ MAJOR=3
MINOR=16
PATCH=0
PRE_RELEASE=
BUILD=-1
BUILD=0
CODE=1

0 comments on commit 5d2b7d5

Please sign in to comment.