diff --git a/DifferenceGenerator/build.gradle.kts b/DifferenceGenerator/build.gradle.kts index 984dd385..b22a03b1 100644 --- a/DifferenceGenerator/build.gradle.kts +++ b/DifferenceGenerator/build.gradle.kts @@ -15,7 +15,7 @@ repositories { } group = "amos2023ws03" -version = "1.11.0" +version = "1.12.0" dependencies { testImplementation(kotlin("test")) diff --git a/GUI/build.gradle.kts b/GUI/build.gradle.kts index 6623efcb..ef5145e5 100644 --- a/GUI/build.gradle.kts +++ b/GUI/build.gradle.kts @@ -15,7 +15,7 @@ plugins { group = "amos2023ws03" // WARNING: If this value is updated, it should be updated in the AppConfig class too -version = "1.11.0" +version = "1.12.0" repositories { google() diff --git a/GUI/src/main/kotlin/Main.kt b/GUI/src/main/kotlin/Main.kt index 99640f03..b836a2f4 100644 --- a/GUI/src/main/kotlin/Main.kt +++ b/GUI/src/main/kotlin/Main.kt @@ -52,5 +52,5 @@ fun App() { } object AppConfig { - const val VERSION = "1.11.0" // has to be updated manually, when new version is released + const val VERSION = "1.12.0" // has to be updated manually, when new version is released } diff --git a/VideoGenerator/build.gradle.kts b/VideoGenerator/build.gradle.kts index 9827276d..4678c066 100644 --- a/VideoGenerator/build.gradle.kts +++ b/VideoGenerator/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group = "amos2023ws03" -version = "1.11.0" +version = "1.12.0" repositories { mavenCentral()