Skip to content

Commit f0c8928

Browse files
0.9.0
1 parent cd97a75 commit f0c8928

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.0-wip
1+
## 0.9.0
22

33
- **Breaking Change**
44
([#1004](https://github.com/dart-lang/native/issues/1004)): Changed the return

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.0-wip
7+
version: 0.9.0
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.0-wip
1+
## 0.9.0
22

33
- **Breaking Change** ([#660](https://github.com/dart-lang/native/issues/660)):
44
Removed C-based bindings. Now all bindings are Dart-only.

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.0-wip
7+
version: 0.9.0
88
repository: https://github.com/dart-lang/native/tree/main/pkgs/jnigen
99

1010
environment:

0 commit comments

Comments
 (0)