diff --git a/README.md b/README.md index 4fac7ea..72c9e6e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ external dependency in your `WORKSPACE` file: ``` load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -_JSINTEROP_ANNOTATIONS_VERSION = "2.0.0" +_JSINTEROP_ANNOTATIONS_VERSION = "2.0.2" http_archive( name = "com_google_jsinterop_annotations", strip_prefix = "jsinterop-annotations-%s" % _JSINTEROP_ANNOTATIONS_VERSION, @@ -32,16 +32,12 @@ dependency in your `pom.xml`: com.google.jsinterop jsinterop-annotations - 1.0.2 + 2.0.2 -The last version fully compatible with GWT is `1.0.2`. The `2.0` release brings -new annotations specific to [J2CL](https://github.com/google/j2cl). We recommend -GWT users to stick with the `1.0.2` release. - Download the jar file ---------------------- -You can also download manually [the jar file](https://repo1.maven.org/maven2/com/google/jsinterop/jsinterop-annotations/1.0.2/jsinterop-annotations-1.0.2.jar). +You can also download manually [the jar file](https://repo1.maven.org/maven2/com/google/jsinterop/jsinterop-annotations/2.0.2/jsinterop-annotations-2.0.2.jar). Build GWT compatible maven jar files ------------------------------------