Skip to content

Commit

Permalink
Add CurseForge URL and drop 1.7.10 from version
Browse files Browse the repository at this point in the history
  • Loading branch information
josephcsible committed Jul 10, 2016
1 parent cdf232f commit 1f7551f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0.0"
version = "1.0.0"
group= "josephcsible.fullscreenwhileinactive" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "fullscreenwhileinactive"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ public FullscreenWhileInactiveModContainer() {
// XXX almost all this is duplicated between here and mcmod.info
metadata.modId = "fullscreenwhileinactive";
// XXX version is duplicated between here and build.gradle
metadata.version = "1.7.10-1.0.0";
metadata.version = "1.0.0";
metadata.name = "FullscreenWhileInactive";
metadata.description = "Allows Minecraft to stay fullscreen when it becomes inactive, also fixing bug MC-55045";
metadata.url = "";
metadata.url = "http://minecraft.curseforge.com/projects/fullscreenwhileinactive";
metadata.authorList.add("Joseph C. Sible");
}

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 @@ -5,7 +5,7 @@
"description": "Allows Minecraft to stay fullscreen when it becomes inactive, also fixing bug MC-55045",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "",
"url": "http://minecraft.curseforge.com/projects/fullscreenwhileinactive",
"updateUrl": "",
"authorList": ["Joseph C. Sible"],
"credits": "",
Expand Down

0 comments on commit 1f7551f

Please sign in to comment.