Skip to content

Commit

Permalink
Release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretPanda420 committed Aug 21, 2020
1 parent 5c7170e commit a5c84e2
Show file tree
Hide file tree
Showing 4 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 @@ -22,7 +22,7 @@ plugins {
id "net.minecraftforge.gradle.forge" version "2.0.2"
}
*/
version = "1.3.2"
version = "1.3.3"
group= "zone.nora" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "SimpleStats"

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 @@ -3,7 +3,7 @@
"modid": "SimpleStats",
"name": "SimpleStats",
"description": "An extremely simple, no bullshit Hypixel stats mod.",
"version": "1.3.2",
"version": "1.3.3",
"mcversion": "${mcversion}",
"url": "https://github.com/mew/simplestats",
"updateUrl": "",
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 @@ -17,7 +17,7 @@ import zone.nora.simplestats.util.Utils

@Mod(modid = "SimpleStats", name = "SimpleStats", version = SimpleStats.VERSION, modLanguage = "scala")
object SimpleStats {
final val VERSION = "1.3.2" // Current version of SimpleStats
final val VERSION = "1.3.3" // Current version of SimpleStats
final val logger: Logger = LogManager.getLogger("SimpleStats")
var valid = false // Is the API key valid
var key: UUID = _ // Hypixel API key in UUID form
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.2
1.3.3

0 comments on commit a5c84e2

Please sign in to comment.