Skip to content

Commit

Permalink
inc version of support api to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerbrandl committed May 12, 2017
1 parent 1fb0c27 commit 896fd65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Even if the artifact is intended to be used alongside with `kscript` you can als

To get started simply add it as a dependency via Jcenter:
```
compile "de.mpicbg.scicomp:kscript:1.1"
compile "de.mpicbg.scicomp:kscript:1.2"
```


Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
//http://stackoverflow.com/questions/34377367/why-is-gradle-install-replacing-my-version-with-unspecified
//group = 'de.mpicbg.scicomp'
group = 'com.github.holgerbrandl'
version = '1.1.5'
//version = '1.2-SNAPSHOT'
//version = '1.1.9'
version = '1.2'


artifacts {
Expand Down

0 comments on commit 896fd65

Please sign in to comment.