Skip to content

Commit

Permalink
Updated version number to 1.0.0 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalvin Krajca committed Apr 6, 2018
1 parent a9dbca3 commit d1b1153
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/com/team/kalstuff/KalStuff.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class KalStuff
{
public static final String MODID = "kalstuff";
public static final String NAME = "KalStuff";
public static final String VERSION = "0.8.0d";
public static final String VERSION = "1.0.0";

@SidedProxy(clientSide = "com.team.kalstuff.proxy.ClientProxy",
serverSide = "com.team.kalstuff.proxy.ServerProxy")
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 @@ -5,9 +5,9 @@

"name": "KalStuff",

"description": "A mod that adds plenty of random stuff. From chicken nests to moon flowers, KalStuff will suit all your random mod needs!",
"description": "A mod that adds miscellaneous extraneous items to Minecraft.",

"version": "v0.8.0d beta",
"version": "v1.0.0 beta",

"mcversion": "1.12.2",

Expand Down

0 comments on commit d1b1153

Please sign in to comment.