Skip to content

Commit

Permalink
bump version (1.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
kada49 committed Nov 21, 2022
1 parent fa7d082 commit 78a397a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ loom.platform=forge
mcVersion=1.8.9
modGroup=it.kada49
modBaseName=FPS-Display
modVersion=1.1.3
modVersion=1.2.0

org.gradle.daemon=true
org.gradle.parallel=true
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/it/kada49/fpsDisplay/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Constants {
const val ID = "fps"

const val MC_VERSION: String = "1.8.9"
const val VERSION = "1.1.3"
const val VERSION = "1.2.0"
const val IS_BETA = false

const val PREFIX = "§5[§eFPS§5]"
Expand Down

0 comments on commit 78a397a

Please sign in to comment.