Skip to content

Commit

Permalink
version '0.2.10-SNAPSHOT'
Browse files Browse the repository at this point in the history
  • Loading branch information
akolomentsev committed Sep 30, 2017
1 parent 980f5c6 commit a185ef5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gradle.startParameter.showStacktrace = ShowStacktrace.ALWAYS
apply plugin: 'idea'

group 'com.satori'
version '0.2.9-SNAPSHOT'
version '0.2.10-SNAPSHOT'
buildDir = '.out'

idea {
Expand All @@ -25,6 +25,8 @@ task generateReadme(type: TemplateTask) {
outputs.upToDateWhen { false }
}

tasks.generateReadme.execute()

subprojects {
group rootProject.group
version rootProject.version
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>com.satori</groupId>
<artifactId>satori-composer</artifactId>
<version>0.2.7-SNAPSHOT</version>
<version>0.2.10-SNAPSHOT</version>
</dependency>
```

Expand Down

0 comments on commit a185ef5

Please sign in to comment.