Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CebolaBros64 committed Sep 20, 2022
1 parent a2c2259 commit c3388c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'rhmodding'
version '1.4.1'
version '1.4.2'

buildscript {
repositories {
Expand Down
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 @@ -57,7 +57,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, 4, 1)
val VERSION: Version = Version(1, 4, 2)
val rootFolder: File = File(System.getProperty("user.home")).resolve(".rhmodding/bread/").apply { mkdirs() }
val windowIcons: List<Image> by lazy { listOf(BreadIcon.icon32, BreadIcon.icon64) }

Expand Down

0 comments on commit c3388c6

Please sign in to comment.