Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
fix version.
  • Loading branch information
pkohout authored Apr 20, 2024
1 parent dde7f47 commit 543d2c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {

group = 'io.github.robocup-logistics'
archivesBaseName = "mqtt-bridge"
version = '0.2'
version = '0.3'

repositories {
// Use Maven Central for resolving dependencies.
Expand Down Expand Up @@ -109,4 +109,4 @@ javadoc {
if (JavaVersion.current().isJava9Compatible()) {
options.addBooleanOption('html5', true)
}
}
}

0 comments on commit 543d2c2

Please sign in to comment.