Skip to content

Commit

Permalink
inc version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerbrandl committed May 3, 2017
1 parent 19cfd3e commit 9fa6f80
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ Installation

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


Expand Down
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@ uploadArchives {

install {
repositories.mavenInstaller {
pom.version = '1.1-SNAPSHOT'
pom.version = '1.1'
pom.artifactId = 'kscript'
// pom.group = 'de.mpicbg.scicomp'
}
}

//http://stackoverflow.com/questions/34377367/why-is-gradle-install-replacing-my-version-with-unspecified
group = 'de.mpicbg.scicomp'
version = '1.1-SNAPSHOT'
version = '1.1'
//version = '1.1-SNAPSHOT'

0 comments on commit 9fa6f80

Please sign in to comment.