Skip to content

Commit

Permalink
Incremented version number
Browse files Browse the repository at this point in the history
  • Loading branch information
NickP0is0n committed Jun 28, 2021
1 parent 4008b83 commit cfdd4c1
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.10"
version = "0.0.11"

repositories {
jcenter()
Expand All @@ -31,7 +31,7 @@ compose.desktop {
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "EasyLocalize"
packageVersion = "1.0.10"
packageVersion = "1.0.11"
copyright = "Copyright (c) 2021, Mykola Chaikovskyi"
macOS {
bundleID = "me.nickp0is0n.easylocalize"
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/me/nickp0is0n/easylocalize/main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import androidx.compose.ui.unit.IntSize
import me.nickp0is0n.easylocalize.ui.MainWindowView

fun main() = Window (
title = "EasyLocalize 0.0.10 alpha",
title = "EasyLocalize 0.0.11 alpha",
resizable = false,
size = IntSize(780, 455)
) {
Expand Down

0 comments on commit cfdd4c1

Please sign in to comment.