Skip to content

Commit a088147

Browse files
[jni][jnigen] Publish 0.15.0 (#2756)
1 parent d6e6a06 commit a088147

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.15.0-wip
1+
## 0.15.0
22

33
- **Breaking Change**: Made `Jni.env` internal.
44
- **Breaking Change**: Renamed `JObjType` to `JType`.

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.15.0-wip
7+
version: 0.15.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.15.0-wip
1+
## 0.15.0
22

33
- Changed the names of internal type classes.
44
- **Breaking Change**: Removed `exclude` from config.

pkgs/jnigen/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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.
77
# Keep in sync with `version` in `dart_generator.dart`.
8-
version: 0.15.0-wip
8+
version: 0.15.0
99
repository: https://github.com/dart-lang/native/tree/main/pkgs/jnigen
1010
issue_tracker: https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ajnigen
1111

0 commit comments

Comments
 (0)