Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
NickP0is0n committed Nov 19, 2021
1 parent 6d4c18b commit fccc50e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.5.21"
kotlin("jvm") version "1.5.31"
id("org.jetbrains.compose") version "1.0.0-alpha3"
}

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

repositories {
jcenter()
Expand All @@ -33,7 +33,7 @@ compose.desktop {
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "EasyLocalize"
packageVersion = "1.2.1"
packageVersion = "1.2.2"
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.1 Beta"
val windowTitle = "EasyLocalize 0.2.2 Beta"
}

0 comments on commit fccc50e

Please sign in to comment.