Skip to content

Commit

Permalink
Increase module versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TimerErTim committed Mar 31, 2022
1 parent 00e95e2 commit ad4f62d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
google()
}

version = "0.2.0"
version = "0.3.0"

dependencies {
implementation(project(":shared"))
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'application'
}

version '0.2.0'
version '0.3.0'

mainClassName = "${group}.downlomatic.server.LauncherKt"

Expand Down
2 changes: 1 addition & 1 deletion shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'org.jetbrains.kotlin.plugin.serialization'
}

version '0.6.0'
version '0.7.0'

dependencies {
api 'commons-cli:commons-cli:1.5.0'
Expand Down

0 comments on commit ad4f62d

Please sign in to comment.