Skip to content

Commit

Permalink
Merge pull request #434 from kategory/release-0.3.11
Browse files Browse the repository at this point in the history
Release 0.3.11
  • Loading branch information
nomisRev authored Oct 31, 2017
2 parents 203b880 + 1ffe648 commit 5c41bd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Add the dependencies into the project's `build.gradle`

```groovy
dependencies {
compile 'io.kategory:kategory:0.3.10'
kapt 'io.kategory:kategory-annotations-processor:0.3.10' //optional
compile 'io.kategory:kategory-effects:0.3.10' //optional
compile 'io.kategory:kategory-optics:0.3.10' //optional
compile 'io.kategory:kategory:0.3.11'
kapt 'io.kategory:kategory-annotations-processor:0.3.11' //optional
compile 'io.kategory:kategory-effects:0.3.11' //optional
compile 'io.kategory:kategory-optics:0.3.11' //optional
}
```

Expand All @@ -52,7 +52,7 @@ apply from: rootProject.file('gradle/generated-kotlin-sources.gradle') //optiona
dependencies {
...
kapt 'io.kategory:kategory-annotations-processor:0.3.10' //optional
kapt 'io.kategory:kategory-annotations-processor:0.3.11' //optional
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package definitions
GROUP=io.kategory
VERSION_NAME=0.3.11-SNAPSHOT
VERSION_NAME=0.3.11
# Gradle options
org.gradle.jvmargs=-Xmx4g

Expand Down

0 comments on commit 5c41bd4

Please sign in to comment.