Skip to content

Commit

Permalink
Merge pull request #7 from stempler/prepare-0.2.0
Browse files Browse the repository at this point in the history
prepare 0.2.0 release
  • Loading branch information
stempler authored Sep 18, 2018
2 parents d5c3641 + cc48930 commit e783b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildscript {
}
}
dependencies {
classpath 'to.wetransform:gradle-swarm-composer:0.1.0'
classpath 'to.wetransform:gradle-swarm-composer:0.2.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sourceCompatibility = '1.8'
targetCompatibility = '1.8'

group = 'to.wetransform'
version = '0.2.0-SNAPSHOT'
version = '0.2.0'

repositories {
jcenter()
Expand Down

0 comments on commit e783b95

Please sign in to comment.