Skip to content

Commit 79e13a5

Browse files
committed
release version 0.3.3
1 parent 40b8708 commit 79e13a5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ Add it in your root `build.gradle` at the end of repositories.
1717
```groovy
1818
allprojects {
1919
repositories {
20-
...
21-
maven { url 'https://jitpack.io' }
20+
maven { url "http://dl.bintray.com/kategory/maven" }
2221
maven { url 'https://kotlin.bintray.com/kotlinx' }
2322
maven { url "http://dl.bintray.com/kotlin/kotlin-dev" }
2423
}
@@ -29,7 +28,7 @@ Add the dependency into project `build.gradle`
2928

3029
```groovy
3130
dependencies {
32-
compile 'com.github.kategory:kategory:0.3.2'
31+
compile 'io.kategory:kategory:0.3.3'
3332
}
3433
```
3534

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.3-SNAPSHOT
3+
VERSION_NAME=0.3.3
44

55
# Gradle options
66
org.gradle.jvmargs=-Xmx2048m

0 commit comments

Comments
 (0)