Skip to content

Commit

Permalink
[jnigen] Publish 0.9.3 (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
HosseinYousefi authored Jun 25, 2024
1 parent bd5b751 commit f5d27c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/jni/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.9.3-wip
## 0.9.3

- Added lifetime event handling for the thread-local JNI env. Now
`jvm.DetachNativeThread` is called when the thread detaches as recommended
Expand Down
2 changes: 1 addition & 1 deletion pkgs/jni/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name: jni
description: A library to access JNI from Dart and Flutter that acts as a support library for package:jnigen.
version: 0.9.3-wip
version: 0.9.3
repository: https://github.com/dart-lang/native/tree/main/pkgs/jni

topics:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/jnigen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.9.3-wip
## 0.9.3

- Fixed a bug where wrong argument types were generated for varargs.
- Fixed the macOS arm64 varargs issue caused by the previous release.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/jnigen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name: jnigen
description: A Dart bindings generator for Java and Kotlin that uses JNI under the hood to interop with Java virtual machine.
version: 0.9.3-wip
version: 0.9.3
repository: https://github.com/dart-lang/native/tree/main/pkgs/jnigen

environment:
Expand Down

0 comments on commit f5d27c5

Please sign in to comment.