Skip to content

Commit c3388c6

Browse files
committed
Bump version
1 parent a2c2259 commit c3388c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'rhmodding'
2-
version '1.4.1'
2+
version '1.4.2'
33

44
buildscript {
55
repositories {

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)
60+
val VERSION: Version = Version(1, 4, 2)
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)