Skip to content

Commit

Permalink
Merge pull request #264 from amosproj/prepare-release
Browse files Browse the repository at this point in the history
Prepare next release
  • Loading branch information
simonsasse authored Jan 31, 2024
2 parents f50e541 + 9ac9090 commit 77318dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DifferenceGenerator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}

group = "amos2023ws03"
version = "1.11.0"
version = "1.12.0"

dependencies {
testImplementation(kotlin("test"))
Expand Down
2 changes: 1 addition & 1 deletion GUI/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion GUI/src/main/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
2 changes: 1 addition & 1 deletion VideoGenerator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "amos2023ws03"
version = "1.11.0"
version = "1.12.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 77318dd

Please sign in to comment.