Skip to content

Commit f5d27c5

Browse files
[jnigen] Publish 0.9.3 (#1222)
1 parent bd5b751 commit f5d27c5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pkgs/jni/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.9.3-wip
1+
## 0.9.3
22

33
- Added lifetime event handling for the thread-local JNI env. Now
44
`jvm.DetachNativeThread` is called when the thread detaches as recommended

pkgs/jni/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

1010
topics:

pkgs/jnigen/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.9.3-wip
1+
## 0.9.3
22

33
- Fixed a bug where wrong argument types were generated for varargs.
44
- Fixed the macOS arm64 varargs issue caused by the previous release.

pkgs/jnigen/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

1010
environment:

0 commit comments

Comments
 (0)