Skip to content

Commit

Permalink
v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Apr 21, 2021
1 parent fa91db7 commit 1e98e37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx1G

# Mod Properties
# "undefined" will be replaced with build number during github action
mod_version = 1.16.1+build.undefined
mod_version = 1.17.0+build.undefined
maven_group = carpet-tis-addition
archives_base_name = carpet-tis-addition

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class CarpetTISAdditionServer implements CarpetExtension
public static final String compactName = name.replace("-",""); // carpettisaddition
// should be the same as the version in gradlew.properties
// "undefined" will be replaced with build number during github action
public static final String version = "1.16.1+build.undefined";
public static final String version = "1.17.0+build.undefined";
public static final Logger LOGGER = LogManager.getLogger(fancyName);
public static MinecraftServer minecraft_server;

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "carpet-tis-addition",
"version": "1.16.1",
"version": "1.17.0",

"name": "Carpet TIS Addition",
"description": "More useful tools and interesting features",
Expand Down

0 comments on commit 1e98e37

Please sign in to comment.