Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
jni-0.6.1 fix number of topics (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
HosseinYousefi authored Sep 1, 2023
1 parent eba0673 commit ef458e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions jni/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.6.1
* Depend on the stable version of Dart 3.1.

## 0.6.0
* **Breaking Change** ([#131](https://github.com/dart-lang/jnigen/issues/131)): Renamed `delete*` to `release*`.
* Added `PortProxy` and related methods used for interface implementation.
Expand Down
2 changes: 1 addition & 1 deletion jni/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.6.0"
version: "0.6.1"
js:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0
version: 0.6.1
repository: https://github.com/dart-lang/jnigen/tree/main/jni

topics:
Expand Down
1 change: 0 additions & 1 deletion jnigen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ topics:
- ffi
- codegen
- java
- kotlin
- jni

dependencies:
Expand Down

0 comments on commit ef458e3

Please sign in to comment.