File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11group = " stevebot"
2- version = " dev "
2+ version = " 0.3.0 "
33
44buildscript {
55 repositories {
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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" ],
You can’t perform that action at this time.
0 commit comments