Skip to content

Commit cfdd4c1

Browse files
committed
Incremented version number
1 parent 4008b83 commit cfdd4c1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "me.nickp0is0n"
11-
version = "0.0.10"
11+
version = "0.0.11"
1212

1313
repositories {
1414
jcenter()
@@ -31,7 +31,7 @@ compose.desktop {
3131
nativeDistributions {
3232
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
3333
packageName = "EasyLocalize"
34-
packageVersion = "1.0.10"
34+
packageVersion = "1.0.11"
3535
copyright = "Copyright (c) 2021, Mykola Chaikovskyi"
3636
macOS {
3737
bundleID = "me.nickp0is0n.easylocalize"

src/main/kotlin/me/nickp0is0n/easylocalize/main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import androidx.compose.ui.unit.IntSize
44
import me.nickp0is0n.easylocalize.ui.MainWindowView
55

66
fun main() = Window (
7-
title = "EasyLocalize 0.0.10 alpha",
7+
title = "EasyLocalize 0.0.11 alpha",
88
resizable = false,
99
size = IntSize(780, 455)
1010
) {

0 commit comments

Comments
 (0)