We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8f8af commit c98c5d0Copy full SHA for c98c5d0
build.gradle
@@ -19,7 +19,7 @@ buildscript {
19
20
apply plugin: 'forge'
21
22
-version = "0.2.0"
+version = "0.3.0"
23
group= "ru.rarescrap.weightapi" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
24
archivesBaseName = "weightapi"
25
def publicationVersion = version+'_1.7.10'
src/main/java/ru/rarescrap/weightapi/WeightAPI.java
@@ -20,7 +20,7 @@
@Mod(modid = WeightAPI.MODID, version = WeightAPI.VERSION)
public class WeightAPI {
public static final String MODID = "weightapi";
- public static final String VERSION = "0.2.0";
+ public static final String VERSION = "0.3.0";
static final Logger LOGGER = LogManager.getLogger("WeightAPI");
26
0 commit comments