Skip to content

Commit

Permalink
Push version to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
XDjackieXD committed Jun 14, 2016
1 parent b5dd84b commit fb9b8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
apply plugin: 'idea'
apply plugin: 'net.minecraftforge.gradle.forge'

version = "0.7.2-MC1.9.4"
version = "0.7.3-MC1.9.4"
group = "at.chaosfield.openradio"
archivesBaseName = "OpenRadio"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/at/chaosfield/openradio/OpenRadio.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Created by Jakob Riepler (XDjackieXD)
*/

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

public static final String MODID = "openradio";
Expand Down

0 comments on commit fb9b8f2

Please sign in to comment.