Skip to content

Commit e62b691

Browse files
[jnigen][jni] 0.14.0 (#1961)
1 parent 803476c commit e62b691

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.14.0-wip
1+
## 0.14.0
22

33
- Added `DynamicLibraryLoadError` which is thrown when the dynamic library fails
44
to load. `HelperNotFoundError` will only be thrown when the helper library

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.14.0-wip
7+
version: 0.14.0
88
repository: https://github.com/dart-lang/native/tree/main/pkgs/jni
99
issue_tracker: https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ajni
1010

pkgs/jnigen/CHANGELOG.md

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

33
- Fixed a bug where the source parser would not have all of the type paremeters
44
of the types.

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.14.0-wip
7+
version: 0.14.0
88
repository: https://github.com/dart-lang/native/tree/main/pkgs/jnigen
99
issue_tracker: https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ajnigen
1010

0 commit comments

Comments
 (0)