Skip to content

Commit

Permalink
version 3.001.
Browse files Browse the repository at this point in the history
  • Loading branch information
srgantmoomoo committed May 4, 2022
1 parent 2b57819 commit 97b20a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/me/srgantmoomoo/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
public class Reference {
public static final String MOD_ID = "pst";
public static final String NAME = "postman";
public static final String VERSION = "3.0";
public static final String VERSION = "3.001";
public static final String ACCEPTED_VERSIONS = "[1.12.2]";
public static final String CLIENT_PROXY_CLASS = "me.srgantmoomoo.postman.backend.proxy.ClientProxy";
public static final String COMMON_PROXY_CLASS = "me.srgantmoomoo.postman.backend.proxy.CommonProxy";
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"modid": "pst",
"name": "postman",
"description": "a minecraft client for 1.12.2 anarchy servers.",
"version": "3.0",
"version": "3.001",
"mcversion": "1.12.2",
"url": "https://github.com/moomooooo/postman",
"authorList": ["SrgantMooMoo", "lukflug", "techale"],
"credits": "lukflug for PanelStudio click gui library. ZeroMemes for Alpine event system.",
"credits": "lukflug for PanelStudio click gui library. ZeroMemes for Alpine event system. all the postman contributors :)",
"logoFile": "postman-forge-logo.png",
"screenshots": [],
"dependencies": []
Expand Down

0 comments on commit 97b20a1

Please sign in to comment.