We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c2259 commit c3388c6Copy full SHA for c3388c6
2 files changed
build.gradle
@@ -1,5 +1,5 @@
1
group 'rhmodding'
2
-version '1.4.1'
+version '1.4.2'
3
4
buildscript {
5
repositories {
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)
+ val VERSION: Version = Version(1, 4, 2)
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