Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Scribee committed Sep 29, 2020
1 parent ac43a2a commit 580cc7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id "net.minecraftforge.gradle.forge" version "2.0.2"
}
*/
version = "0.1"
version = "1.0"
group= "scribee.cvchelper" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "cvchelper"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/scribee/cvchelper/CvcHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@Mod(modid = CvcHelper.MODID, version = CvcHelper.VERSION)
public class CvcHelper {
public static final String MODID = "cvchelper";
public static final String VERSION = "0.1";
public static final String VERSION = "1.0";

// Section symbol used by minecraft for text formatting
private static final String S = String.valueOf('\u00a7');
Expand Down

0 comments on commit 580cc7e

Please sign in to comment.