Skip to content

Commit

Permalink
bump version for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Mar 20, 2018
1 parent 909a1e8 commit 7296a91
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
version 1.4.0

- add variable polling distance setting to cut down trees within x blocks of the current tree.

version 1.3.3

- change logger to debug to stop spam on large servers
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ forge_version=14.23.1.2559
mappings_version=snapshot_nodoc_20171202

# Mod
mod_version=1.3.3
mod_version=1.4.0
compatible_versions=1.12.x

# Curse
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/arlyon/felling/Felling.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class Felling {
public static final Map<Integer, PlayerSettings> playerSettings = new HashMap<>();
static final String MOD_NAME = "Felling";
static final String MOD_ID = "felling";
static final String VERSION = "1.3.3";
static final String VERSION = "1.4.0";
static final String UPDATE_JSON = "https://raw.githubusercontent.com/arlyon/felling/1.12.x/update.json";
static final String MINECRAFT_VERSIONS = "[1.12.0, 1.12.2]"; // starting with 1.12, up to 1.12.2
public static Logger log;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "felling",
"name": "Felling",
"description": "Uncovers an ancient enchantment allows you to fell trees with a single swing.",
"version": "1.3.3",
"version": "1.4.0",
"mcversion": "1.12",
"url": "https://www.github.com/arlyon/felling",
"updateUrl": "",
Expand Down
15 changes: 9 additions & 6 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"homepage": "https://minecraft.curseforge.com/projects/felling",
"1.12.2": {
"1.4.0": "https://github.com/arlyon/felling/releases/tag/1.4.0/1.12.x",
"1.3.3": "https://github.com/arlyon/felling/releases/tag/1.3.3/1.12.x",
"1.3.2": "https://github.com/arlyon/felling/releases/tag/1.3.2/1.12.x",
"1.3.1": "https://github.com/arlyon/felling/releases/tag/1.3.1/1.12.x"
},
"1.12.1": {
"1.4.0": "https://github.com/arlyon/felling/releases/tag/1.4.0/1.12.x",
"1.3.3": "https://github.com/arlyon/felling/releases/tag/1.3.3/1.12.x",
"1.3.2": "https://github.com/arlyon/felling/releases/tag/1.3.2/1.12.x",
"1.3.1": "https://github.com/arlyon/felling/releases/tag/1.3.1/1.12.x"
},
"1.12": {
"1.4.0": "https://github.com/arlyon/felling/releases/tag/1.4.0/1.12.x",
"1.3.3": "https://github.com/arlyon/felling/releases/tag/1.3.3/1.12.x",
"1.3.2": "https://github.com/arlyon/felling/releases/tag/1.3.2/1.12.x",
"1.3.1": "https://github.com/arlyon/felling/releases/tag/1.3.1/1.12.x",
Expand All @@ -37,12 +40,12 @@
"1.0.0": "https://github.com/arlyon/felling/releases/tag/1.0/1.11"
},
"promos": {
"1.12.2-latest": "1.3.3",
"1.12.2-recommended": "1.3.3",
"1.12.1-latest": "1.3.3",
"1.12.1-recommended": "1.3.3",
"1.12-latest": "1.3.3",
"1.12-recommended": "1.3.3",
"1.12.2-latest": "1.4.0",
"1.12.2-recommended": "1.4.0",
"1.12.1-latest": "1.4.0",
"1.12.1-recommended": "1.4.0",
"1.12-latest": "1.4.0",
"1.12-recommended": "1.4.0",
"1.11.2-latest": "1.3.3",
"1.11.2-recommended": "1.3.3",
"1.11-latest": "1.3.3",
Expand Down

0 comments on commit 7296a91

Please sign in to comment.