Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
huige233 committed Apr 27, 2022
1 parent 18235e4 commit cd657c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/huige233/transcend/util/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class Reference {
public static final String MOD_ID = "transcend";
public static final String NAME = "Transcend";
public static final String VERSION = "1.0.7";
public static final String VERSION = "1.0.8";
public static final String ACCEPTED_VERSIONS = "[1.12.2]";
public static final String CLIENT_PROXY_CLASS = "huige233.transcend.proxy.ClientProxy";
public static final String COMMON_PROXY_CLASS = "huige233.transcend.proxy.CommonProxy";
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": "transcend",
"name": "transcend",
"description": "Tconstruct, an accessory, offers supermodel metal",
"version": "1.0.7",
"version": "1.0.8",
"mcversion": "1.12.2",
"url": "",
"updateUrl": "",
Expand Down

0 comments on commit cd657c8

Please sign in to comment.