Skip to content

Commit

Permalink
Version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Apr 3, 2016
1 parent 7b3500b commit a925301
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'

version = "0.5"
version = "0.5.1"
group = "refinedstorage"
archivesBaseName = "refinedstorage"

Expand Down
Binary file added screenshots/controller.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/java/refinedstorage/RefinedStorage.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@Mod(modid = RefinedStorage.ID, version = RefinedStorage.VERSION)
public final class RefinedStorage {
public static final String ID = "refinedstorage";
public static final String VERSION = "0.5";
public static final String VERSION = "0.5.1";

public static final SimpleNetworkWrapper NETWORK = NetworkRegistry.INSTANCE.newSimpleChannel(ID);

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "refinedstorage",
"name": "Refined Storage",
"description": "A Minecraft mod all about storage.",
"version": "0.5",
"version": "0.5.1",
"mcversion": "1.9",
"url": "",
"updateUrl": "",
Expand Down

0 comments on commit a925301

Please sign in to comment.