Skip to content

Commit

Permalink
Update version and author list
Browse files Browse the repository at this point in the history
  • Loading branch information
mew committed Jul 13, 2020
1 parent 264fe63 commit 964a415
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
id "net.minecraftforge.gradle.forge" version "2.0.2"
}
*/
version = "1.1.1"
version = "1.2"
group= "zone.nora" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "SimpleStats"

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,11 +3,11 @@
"modid": "SimpleStats",
"name": "SimpleStats",
"description": "An extremely simple, no bullshit Hypixel Stats mod.",
"version": "1.1.1",
"version": "1.2",
"mcversion": "${mcversion}",
"url": "https://github.com/mew/simplestats",
"updateUrl": "",
"authorList": ["Zunora"],
"authorList": ["Zunora", "Befall"],
"credits": "Hypixel Inc., Semx11, LEGENDFF",
"logoFile": "",
"screenshots": [],
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/zone/nora/simplestats/SimpleStats.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import zone.nora.simplestats.util.Utils

@Mod(modid = "SimpleStats", name = "SimpleStats", version = SimpleStats.VERSION, modLanguage = "scala")
object SimpleStats {
final val VERSION = "1.1.1"
final val VERSION = "1.2"
var apiKey = ""
var validKey = false

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.2

0 comments on commit 964a415

Please sign in to comment.