Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Beaucamps committed Nov 15, 2019
1 parent 6b71867 commit 1343658
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ targetCompatibility = 1.8
versioning {
// required (number)
major = 2
minor = 0
minor = 1
patch = 0
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/onaple/itemizer/Itemizer.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
import java.nio.file.Paths;
import java.util.Optional;

@Plugin(id = "itemizer", name = "Itemizer", version = "2.0",
@Plugin(id = "itemizer", name = "Itemizer", version = "2.1",
description = "Custom item generation with crafting and pool system",
url = "http://onaple.fr",
authors = {"Zessirb", "Selki"})
Expand Down
6 changes: 3 additions & 3 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Mon Nov 04 19:45:28 CET 2019
#Fri Nov 15 22:23:12 CET 2019
MAJOR=2
MINOR=0
MINOR=1
PATCH=0
PRE_RELEASE=
BUILD=281
BUILD=284
CODE=0

0 comments on commit 1343658

Please sign in to comment.