File tree Expand file tree Collapse file tree
src/main/kotlin/me/nickp0is0n/easylocalize Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88}
99
1010group = " me.nickp0is0n"
11- version = " 0.0.10 "
11+ version = " 0.0.11 "
1212
1313repositories {
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"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import androidx.compose.ui.unit.IntSize
44import me.nickp0is0n.easylocalize.ui.MainWindowView
55
66fun 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) {
You can’t perform that action at this time.
0 commit comments