Skip to content

Commit

Permalink
Rev JNI Bind release header to v 0.9.5.
Browse files Browse the repository at this point in the history
GitHub seems not to support a fourth qualifier for versions, so, I am bumping this to 0.9.5 so I can tag it.

PiperOrigin-RevId: 530395964
  • Loading branch information
jwhpryor authored and copybara-github committed May 8, 2023
1 parent bbc14f1 commit 69f11d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,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-0.9.4.1-alpha.zip"],
strip_prefix = "jni-bind-Release-0.9.4.1-alpha",
urls = ["https://github.com/google/jni-bind/archive/refs/tags/Release-0.9.5-alpha.zip"],
strip_prefix = "jni-bind-Release-0.9.5-alpha",
)
```

Expand Down
2 changes: 1 addition & 1 deletion jni_bind_release.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

/*******************************************************************************
* JNI Bind Version 0.9.4.
* JNI Bind Version 0.9.5.
* Alpha Public Release.
********************************************************************************
* This header is the single header version which you can use to quickly test or
Expand Down
2 changes: 1 addition & 1 deletion jni_bind_release_leader.inc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

/*******************************************************************************
* JNI Bind Version 0.9.4.
* JNI Bind Version 0.9.5.
* Alpha Public Release.
********************************************************************************
* This header is the single header version which you can use to quickly test or
Expand Down

0 comments on commit 69f11d7

Please sign in to comment.