Skip to content

Commit fb9b8f2

Browse files
committed
Push version to 0.7.3
1 parent b5dd84b commit fb9b8f2

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
@@ -14,7 +14,7 @@ buildscript {
1414
apply plugin: 'idea'
1515
apply plugin: 'net.minecraftforge.gradle.forge'
1616

17-
version = "0.7.2-MC1.9.4"
17+
version = "0.7.3-MC1.9.4"
1818
group = "at.chaosfield.openradio"
1919
archivesBaseName = "OpenRadio"
2020

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

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

22-
@Mod(name = "Open Radio", modid = OpenRadio.MODID, version = "0.7.2", modLanguage = "java", dependencies = "required-after:OpenComputers@[1.6.0,)")
22+
@Mod(name = "Open Radio", modid = OpenRadio.MODID, version = "0.7.3", modLanguage = "java", dependencies = "required-after:OpenComputers@[1.6.0,)")
2323
public class OpenRadio{
2424

2525
public static final String MODID = "openradio";

0 commit comments

Comments
 (0)