Skip to content

Commit 900a0ce

Browse files
committed
0.90
1 parent 78e1f39 commit 900a0ce

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

110/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
id "net.minecraftforge.gradle.forge" version "2.0.2"
2121
}
2222
*/
23-
version = "0.89"
23+
version = "0.90"
2424
group= "mobi.omegacentauri.raspberryjammod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2525
archivesBaseName = "RaspberryJamMod"
2626

111/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
id "net.minecraftforge.gradle.forge" version "2.0.2"
2121
}
2222
*/
23-
version = "0.89"
23+
version = "0.90"
2424
group= "mobi.omegacentauri.raspberryjammod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2525
archivesBaseName = "RaspberryJamMod"
2626

19/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
id "net.minecraftforge.gradle.forge" version "2.0.2"
2121
}
2222
*/
23-
version = "0.89"
23+
version = "0.90"
2424
group= "mobi.omegacentauri.raspberryjammod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2525
archivesBaseName = "RaspberryJamMod"
2626

19/src/main/java/mobi/omegacentauri/raspberryjammod/RaspberryJamMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
public class RaspberryJamMod
5656
{
5757
public static final String MODID = "raspberryjammod";
58-
public static final String VERSION = "0.89";
58+
public static final String VERSION = "0.90";
5959
public static final String NAME = "Raspberry Jam Mod";
6060
private APIServer fullAPIServer = null;
6161
private PythonExternalCommand pythonExternalCommand = null;

194/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
id "net.minecraftforge.gradle.forge" version "2.0.2"
2121
}
2222
*/
23-
version = "0.89"
23+
version = "0.90"
2424
group= "mobi.omegacentauri.raspberryjammod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2525
archivesBaseName = "RaspberryJamMod"
2626

RaspberryJamMod.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "RaspberryJamMod"
5-
#define MyAppVersion "0.89"
5+
#define MyAppVersion "0.90"
66
#define MyAppPublisher "Omega Centauri Software"
77
#define MyAppURL "http://github.com/arpruss/raspberryjammod"
88

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717

1818
apply plugin: 'forge'
1919

20-
version = "0.89"
20+
version = "0.90"
2121
group= "mobi.omegacentauri.raspberryjammod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2222
archivesBaseName = "RaspberryJamMod"
2323

src/main/java/mobi/omegacentauri/raspberryjammod/RaspberryJamMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
public class RaspberryJamMod
5555
{
5656
public static final String MODID = "raspberryjammod";
57-
public static final String VERSION = "0.89";
57+
public static final String VERSION = "0.90";
5858
public static final String NAME = "Raspberry Jam Mod";
5959
private APIServer fullAPIServer = null;
6060
private PythonExternalCommand pythonExternalCommand = null;

0 commit comments

Comments
 (0)