Skip to content

Commit

Permalink
Bump version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Sep 20, 2020
1 parent 1eb1137 commit febec0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/rhmodding/bread/Bread.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Bread : Application() {
}
const val GITHUB: String = "https://github.com/rhmodding/bread"
const val LICENSE_NAME: String = "Apache License 2.0"
val VERSION: Version = Version(1, 2, 0, "DEVELOPMENT")
val VERSION: Version = Version(1, 2, 0, "")
val rootFolder: File = File(System.getProperty("user.home")).resolve(".bread/").apply { mkdirs() }
val windowIcons: List<Image> by lazy { listOf(BreadIcon.icon32, BreadIcon.icon64) }

Expand Down

0 comments on commit febec0a

Please sign in to comment.