File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
src/main/java/mobi/omegacentauri/raspberryjammod
src/main/java/mobi/omegacentauri/raspberryjammod Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff 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 "
2424group= " mobi.omegacentauri.raspberryjammod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2525archivesBaseName = " RaspberryJamMod"
2626
Original file line number Diff line number Diff 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 "
2424group= " mobi.omegacentauri.raspberryjammod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2525archivesBaseName = " RaspberryJamMod"
2626
Original file line number Diff line number Diff 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 "
2424group= " mobi.omegacentauri.raspberryjammod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2525archivesBaseName = " RaspberryJamMod"
2626
Original file line number Diff line number Diff line change 5555public 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 ;
Original file line number Diff line number Diff 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 "
2424group= " mobi.omegacentauri.raspberryjammod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2525archivesBaseName = " RaspberryJamMod"
2626
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ buildscript {
1717
1818apply plugin : ' forge'
1919
20- version = " 0.89 "
20+ version = " 0.90 "
2121group= " mobi.omegacentauri.raspberryjammod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2222archivesBaseName = " RaspberryJamMod"
2323
Original file line number Diff line number Diff line change 5454public 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 ;
You can’t perform that action at this time.
0 commit comments