Skip to content

Commit

Permalink
Sway version update
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisMcReu committed Oct 24, 2016
1 parent b501fbd commit a75b120
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 @@ -25,7 +25,7 @@ apply plugin: 'java'
sourceCompatibility=1.8
targetCompatibility=1.8

version = "1.1.4-beta"
version = "1.1.5-beta"
group= "com.uberverse.arkcraft" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "arkcraft"

Expand Down
2 changes: 1 addition & 1 deletion version-check.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "https://minecraft.curseforge.com/projects/arkcraft-mod",
"promos": {
"1.8-latest": "1.1.4-beta",
"1.8-latest": "1.1.5-beta",
"1.8-recommended": "1.1.3-beta"
}
}

0 comments on commit a75b120

Please sign in to comment.