Skip to content

Commit

Permalink
Bump version number to 0.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
iltep64 committed Sep 30, 2019
1 parent bf6e1c3 commit c946b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'org.duke'
version '0.2.1'
version '0.2.2'

repositories {
mavenCentral()
Expand Down Expand Up @@ -50,7 +50,7 @@ dependencies {

shadowJar {
archiveBaseName = "duke"
archiveVersion = "0.2.1"
archiveVersion = "0.2.2"
archiveClassifier = null
archiveAppendix = null
}

0 comments on commit c946b30

Please sign in to comment.