Skip to content

Commit fd0de0c

Browse files
changes after deploy
1 parent 05b8bf3 commit fd0de0c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add the dependency into project `build.gradle`
3030

3131
```groovy
3232
dependencies {
33-
compile 'io.kategory:kategory:0.3.9'
33+
compile 'io.kategory:kategory:0.3.10'
3434
}
3535
```
3636

ank-core/gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=0.1.7-SNAPSHOT
1+
VERSION_NAME=0.1.8-SNAPSHOT
22
POM_ARTIFACT_ID=ank-core
33
POM_NAME=Ank Core
44
POM_DESCRIPTION=Compile time docs verification for Kotlin (Core)
5-
POM_PACKAGING=jar
5+
POM_PACKAGING=jar

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

0 commit comments

Comments
 (0)