Skip to content

Commit 8ca7473

Browse files
committed
Bump version
1 parent 8c3f00b commit 8ca7473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/rhmodding/bread/Bread.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Bread : Application() {
5757
}
5858
const val GITHUB: String = "https://github.com/rhmodding/bread"
5959
const val LICENSE_NAME: String = "Apache License 2.0"
60-
val VERSION: Version = Version(1, 4, 1, "DEVELOPMENT")
60+
val VERSION: Version = Version(1, 4, 1)
6161
val rootFolder: File = File(System.getProperty("user.home")).resolve(".rhmodding/bread/").apply { mkdirs() }
6262
val windowIcons: List<Image> by lazy { listOf(BreadIcon.icon32, BreadIcon.icon64) }
6363

0 commit comments

Comments
 (0)