Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
NickP0is0n committed Sep 25, 2021
1 parent 06883ea commit a14a810
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "me.nickp0is0n"
version = "0.2.0"
version = "0.2.1"

repositories {
jcenter()
Expand All @@ -33,7 +33,7 @@ compose.desktop {
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "EasyLocalize"
packageVersion = "1.2.0"
packageVersion = "1.2.1"
copyright = "Copyright (c) 2021, Mykola Chaikovskyi"
macOS {
bundleID = "me.nickp0is0n.easylocalize"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package me.nickp0is0n.easylocalize.utils

object AppInfo {
val windowTitle = "EasyLocalize 0.2.0 Beta"
val windowTitle = "EasyLocalize 0.2.1 Beta"
}

0 comments on commit a14a810

Please sign in to comment.