Skip to content

Commit

Permalink
Incremented version number
Browse files Browse the repository at this point in the history
  • Loading branch information
NickP0is0n committed Jul 20, 2021
1 parent 0afc45d commit a8a10e4
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.0.15"
version = "0.0.16"

repositories {
jcenter()
Expand All @@ -31,7 +31,7 @@ compose.desktop {
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "EasyLocalize"
packageVersion = "1.0.15"
packageVersion = "1.0.16"
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.0.15 Alpha"
val windowTitle = "EasyLocalize 0.0.16 Alpha"
}

0 comments on commit a8a10e4

Please sign in to comment.