Skip to content

Commit

Permalink
Rev JNI Bind release header to v 1.1.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 650795555
  • Loading branch information
jwhpryor authored and copybara-github committed Jul 9, 2024
1 parent 09ed245 commit b95b2ff
Show file tree
Hide file tree
Showing 4 changed files with 672 additions and 485 deletions.
2 changes: 1 addition & 1 deletion JNI_BIND_VERSION.inc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.1.0
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "jni_bind",
version = "1.0.0",
version = "1.1.0",
compatibility_level = 1,
)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ If you're already using Bazel add the following to your WORKSPACE:
```starlark
http_archive(
name = "jni-bind",
urls = ["https://github.com/google/jni-bind/archive/refs/tags/Release-1.0.1-beta.zip"],
strip_prefix = "jni-bind-Release-1.0.1-beta",
urls = ["https://github.com/google/jni-bind/archive/refs/tags/Release-1.1.0-beta.zip"],
strip_prefix = "jni-bind-Release-1.1.0-beta",
)
```

Expand Down
Loading

0 comments on commit b95b2ff

Please sign in to comment.