Skip to content

Commit bccdacb

Browse files
authored
Merge pull request #506 from kategory/release/0.3.12
Release 0.3.12
2 parents 8abde73 + a7ccdbe commit bccdacb

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
@@ -37,10 +37,10 @@ Add the dependencies into the project's `build.gradle`
3737

3838
```groovy
3939
dependencies {
40-
compile 'io.kategory:kategory:0.3.11'
41-
kapt 'io.kategory:kategory-annotations-processor:0.3.11' //optional
42-
compile 'io.kategory:kategory-effects:0.3.11' //optional
43-
compile 'io.kategory:kategory-optics:0.3.11' //optional
40+
compile 'io.kategory:kategory:0.3.12'
41+
kapt 'io.kategory:kategory-annotations-processor:0.3.12' //optional
42+
compile 'io.kategory:kategory-effects:0.3.12' //optional
43+
compile 'io.kategory:kategory-optics:0.3.12' //optional
4444
}
4545
```
4646

@@ -57,7 +57,7 @@ apply from: rootProject.file('gradle/generated-kotlin-sources.gradle') //optiona
5757
5858
dependencies {
5959
...
60-
kapt 'io.kategory:kategory-annotations-processor:0.3.11' //optional
60+
kapt 'io.kategory:kategory-annotations-processor:0.3.12' //optional
6161
...
6262
}
6363
```

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.12-SNAPSHOT
3+
VERSION_NAME=0.3.12
44
# Gradle options
55
org.gradle.jvmargs=-Xmx4g
66

0 commit comments

Comments
 (0)