Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
maxspencer committed Jan 25, 2021
1 parent 3640a19 commit 3768e46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions toolargetool/bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ artifacts {
}

group = 'com.gu.android'
version = '0.2.1'
version = '0.3.0'

install {
repositories.mavenInstaller {
Expand All @@ -21,7 +21,7 @@ install {
packaging 'aar'
groupId 'com.gu.android'
artifactId 'toolargetool'
version '0.2.1'
version '0.3.0'

licenses {
license {
Expand Down Expand Up @@ -61,10 +61,10 @@ bintray {
vcsUrl = 'https://github.com/guardian/toolargetool.git'
publish = true
version {
name = '0.2.1'
desc = 'TooLargeTool 0.2.1'
name = '0.3.0'
desc = 'TooLargeTool 0.3.0'
released = new Date()
vcsTag = 'v0.2.1'
vcsTag = 'v0.3.0'
}
}
}

0 comments on commit 3768e46

Please sign in to comment.