Skip to content

Commit

Permalink
update version and mod info
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknysh committed Sep 29, 2016
1 parent f76ca86 commit 2179465
Show file tree
Hide file tree
Showing 2 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 @@ -20,7 +20,7 @@ plugins {
id "net.minecraftforge.gradle.forge" version "2.0.2"
}
*/
version = "1.0"
version = "0.1"
group= "com.magicaldingus.coordinated" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "coordinated"

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"modid": "coordinated",
"name": "Coordinated",
"description": "Display current coordinates",
"version": "${version}",
"mcversion": "${mcversion}",
"version": "0.1",
"mcversion": "1.10",
"url": "",
"updateUrl": "",
"authorList": ["shaneknysh"],
Expand Down

0 comments on commit 2179465

Please # to comment.