diff --git a/README.md b/README.md index e0ad578..77fc219 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Grab via Maven com.github.techery.janet janet - 0.0.15 + 0.0.16 ``` or Gradle: @@ -168,26 +168,26 @@ repositories { maven { url "https://jitpack.io" } } dependencies { - compile 'com.github.techery.janet:janet:0.0.15' + compile 'com.github.techery.janet:janet:0.0.16' } ``` List of additional artifacts: ```groovy -compile 'com.github.techery.janet:http-service:0.0.15' -apt 'com.github.techery.janet:http-service-compiler:0.0.15' -compile 'com.github.techery.janet:okhttp:0.0.15' -compile 'com.github.techery.janet:okhttp3:0.0.15' -compile 'com.github.techery.janet:android-apache-client:0.0.15' -compile 'com.github.techery.janet:url-connection:0.0.15' - -compile 'com.github.techery.janet:async-service:0.0.15' -apt 'com.github.techery.janet:async-service-compiler:0.0.15' -compile 'com.github.techery.janet:nkzawa-socket.io:0.0.15' -compile 'com.github.techery.janet:socket.io:0.0.15' - -compile 'com.github.techery.janet:gson:0.0.15' -compile 'com.github.techery.janet:protobuf:0.0.15' - -compile 'com.github.techery.janet:command-service:0.0.15' +compile 'com.github.techery.janet:http-service:0.0.16' +apt 'com.github.techery.janet:http-service-compiler:0.0.16' +compile 'com.github.techery.janet:okhttp:0.0.16' +compile 'com.github.techery.janet:okhttp3:0.0.16' +compile 'com.github.techery.janet:android-apache-client:0.0.16' +compile 'com.github.techery.janet:url-connection:0.0.16' + +compile 'com.github.techery.janet:async-service:0.0.16' +apt 'com.github.techery.janet:async-service-compiler:0.0.16' +compile 'com.github.techery.janet:nkzawa-socket.io:0.0.16' +compile 'com.github.techery.janet:socket.io:0.0.16' + +compile 'com.github.techery.janet:gson:0.0.16' +compile 'com.github.techery.janet:protobuf:0.0.16' + +compile 'com.github.techery.janet:command-service:0.0.16' ```