Skip to content

Commit 933567f

Browse files
committed
increase version
1 parent a75e3cd commit 933567f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818
apply plugin: 'idea'
1919
apply plugin: 'forge'
2020

21-
version = "0.3.2"
21+
version = "0.4.0"
2222
group = "at.chaosfield.openradio" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2323
archivesBaseName = "OpenRadio"
2424

src/main/java/at/chaosfield/openradio/OpenRadio.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Created by Jakob Riepler (XDjackieXD)
1919
*/
2020

21-
@Mod(name = "Open Radio", modid = OpenRadio.MODID, version = "0.3.2", modLanguage = "java", dependencies = "required-after:OpenComputers@[1.5.0,)")
21+
@Mod(name = "Open Radio", modid = OpenRadio.MODID, version = "0.4.0", modLanguage = "java", dependencies = "required-after:OpenComputers@[1.5.0,)")
2222
public class OpenRadio{
2323

2424
public static final String MODID = "openradio";

0 commit comments

Comments
 (0)