Skip to content

Commit 4e7288b

Browse files
committed
Set version
1 parent c0406e3 commit 4e7288b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = "stevebot"
2-
version = "dev"
2+
version = "0.3.0"
33

44
buildscript {
55
repositories {

src/main/java/stevebot/misc/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class Config {
88

99
public static final String MODID = "stevebot";
1010
public static final String NAME = "Stevebot";
11-
public static final String VERSION = "dev";
11+
public static final String VERSION = "0.3.0";
1212
public static final String MC_VERSION = "[1.12.2]";
1313

1414
private static float pathfindingTimeoutSeconds = 10;

src/main/resources/mcmod.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"modid": "stevebot",
44
"name": "Stevebot",
55
"description": "",
6-
"version": "dev",
6+
"version": "0.3.0",
77
"url": "https://github.com/SMILEY4/Stevebot",
88
"updateUrl": "",
99
"authorList": ["SMILEY4"],

0 commit comments

Comments
 (0)