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