Skip to content

Commit 5c41bd4

Browse files
authored
Merge pull request #434 from kategory/release-0.3.11
Release 0.3.11
2 parents 203b880 + 1ffe648 commit 5c41bd4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Add the dependencies into the project's `build.gradle`
3232

3333
```groovy
3434
dependencies {
35-
compile 'io.kategory:kategory:0.3.10'
36-
kapt 'io.kategory:kategory-annotations-processor:0.3.10' //optional
37-
compile 'io.kategory:kategory-effects:0.3.10' //optional
38-
compile 'io.kategory:kategory-optics:0.3.10' //optional
35+
compile 'io.kategory:kategory:0.3.11'
36+
kapt 'io.kategory:kategory-annotations-processor:0.3.11' //optional
37+
compile 'io.kategory:kategory-effects:0.3.11' //optional
38+
compile 'io.kategory:kategory-optics:0.3.11' //optional
3939
}
4040
```
4141

@@ -52,7 +52,7 @@ apply from: rootProject.file('gradle/generated-kotlin-sources.gradle') //optiona
5252
5353
dependencies {
5454
...
55-
kapt 'io.kategory:kategory-annotations-processor:0.3.10' //optional
55+
kapt 'io.kategory:kategory-annotations-processor:0.3.11' //optional
5656
...
5757
}
5858
```

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package definitions
22
GROUP=io.kategory
3-
VERSION_NAME=0.3.11-SNAPSHOT
3+
VERSION_NAME=0.3.11
44
# Gradle options
55
org.gradle.jvmargs=-Xmx4g
66

0 commit comments

Comments
 (0)