Skip to content

Commit

Permalink
Finally fix mcmod.info version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jaquadro committed May 5, 2015
1 parent 61d85d9 commit 0a36d48
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 @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "1.7.10-1.4.0"
version = "1.7.10-1.4.1"
group= "com.jaquadro.minecraft.storagedrawers" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "StorageDrawers"

Expand Down
2 changes: 1 addition & 1 deletion resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "StorageDrawers",
"name": "Storage Drawers",
"description": "Multi-drawer storage blocks for quick storage and retrieval.",
"version": "1.0.0",
"version": "$version",
"credits": "By jaquadro",
"logoFile": "",
"url": "http://www.jaquadro.com/",
Expand Down

0 comments on commit 0a36d48

Please sign in to comment.