Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Nov 30, 2019
1 parent 7ad8b8a commit 89dbdd7
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, 1, 2, "DEVELOPMENT")
val VERSION: Version = Version(1, 1, 2, "")
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 89dbdd7

Please sign in to comment.