Skip to content

Commit

Permalink
Change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Dec 17, 2019
1 parent deae892 commit 51d30a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## [1.15-1.1.0] - 2019-12-17
## [1.15.1-2.0.0] - 2019-12-17
- Port to 1.15.1
2 changes: 1 addition & 1 deletion src/main/java/fr/raksrinana/fallingtree/FallingTree.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class FallingTree{
public static final String MOD_ID = "falling_tree";
public static final String MOD_NAME = "Falling Tree";
public static final String VERSION = "1.1.0";
public static final String VERSION = "2.0.0";
public static final Logger LOGGER = LogManager.getLogger(MOD_ID);

public FallingTree(){
Expand Down
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"homepage": "https://github.com/RakSrinaNa/FallingTree",
"changelog": "https://github.com/RakSrinaNa/FallingTree/blob/1.15.1/CHANGELOG.md",
"1.15.1": {
"1.1.0": "https://github.com/RakSrinaNa/FallingTree/blob/1.15.1/CHANGELOG.md"
"2.0.0": "https://github.com/RakSrinaNa/FallingTree/blob/1.15.1/CHANGELOG.md"
},
"promos": {
"1.15.1-latest": "1.1.0",
"1.15.1-recommended": "1.1.0"
"1.15.1-latest": "2.0.0",
"1.15.1-recommended": "2.0.0"
}
}

0 comments on commit 51d30a4

Please sign in to comment.