Skip to content

Commit 9fa6f80

Browse files
committed
inc version to 1.1
1 parent 19cfd3e commit 9fa6f80

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Installation
2727

2828
To get started simply add it as a dependency via Jcenter:
2929
```
30-
compile "de.mpicbg.scicomp:kscript:1.0"
30+
compile "de.mpicbg.scicomp:kscript:1.1"
3131
```
3232

3333

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,13 @@ uploadArchives {
5858

5959
install {
6060
repositories.mavenInstaller {
61-
pom.version = '1.1-SNAPSHOT'
61+
pom.version = '1.1'
6262
pom.artifactId = 'kscript'
6363
// pom.group = 'de.mpicbg.scicomp'
6464
}
6565
}
6666

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

0 commit comments

Comments
 (0)