Skip to content

Commit

Permalink
inc version to v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerbrandl committed Sep 30, 2018
1 parent c93b427 commit 0fb6ee9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ R is required to use `ggplot`. However, `kravis` works with various integration
Add the following artifact to your `gradle.build`

```
compile "com.github.holgerbrandl:kravis:0.3"
compile "com.github.holgerbrandl:kravis:0.4"
```

You can also use [JitPack with Maven or Gradle](https://jitpack.io/#holgerbrandl/kravis/-SNAPSHOT) to build the latest snapshot as a dependency in your project.
Expand Down
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ repositories {
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib"

// compile "de.mpicbg.scicomp:krangl:0.10.1"
// tagged version for release
compile "de.mpicbg.scicomp:krangl:0.10.2"
// local snapshot build
// compile "de.mpicbg.scicomp:krangl:0.11-SNAPSHOT"
compile 'com.github.holgerbrandl:krangl:master-SNAPSHOT'

Expand Down Expand Up @@ -122,8 +124,8 @@ task javadocJar(type: Jar, dependsOn: dokkaJavadoc) {
}

group 'com.github.holgerbrandl'
version '0.4-SNAPSHOT'
//version '0.3'
//version '0.4-SNAPSHOT'
version '0.4'



Expand Down
2 changes: 1 addition & 1 deletion misc/kravis_release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Release Checklist

0. Make sure to reference just public artifacts in `gralde.build`
0. Make sure to reference just public artifacts in `gradle.build`

1. Increment version in `README.md`, `gradle.build`

Expand Down

0 comments on commit 0fb6ee9

Please sign in to comment.