We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3f00b commit 8ca7473Copy full SHA for 8ca7473
1 file changed
src/main/kotlin/rhmodding/bread/Bread.kt
@@ -57,7 +57,7 @@ class Bread : Application() {
57
}
58
const val GITHUB: String = "https://github.com/rhmodding/bread"
59
const val LICENSE_NAME: String = "Apache License 2.0"
60
- val VERSION: Version = Version(1, 4, 1, "DEVELOPMENT")
+ val VERSION: Version = Version(1, 4, 1)
61
val rootFolder: File = File(System.getProperty("user.home")).resolve(".rhmodding/bread/").apply { mkdirs() }
62
val windowIcons: List<Image> by lazy { listOf(BreadIcon.icon32, BreadIcon.icon64) }
63
0 commit comments