diff --git a/pkgs/jni/pubspec.yaml b/pkgs/jni/pubspec.yaml index 9efbc485d..a91bf220a 100644 --- a/pkgs/jni/pubspec.yaml +++ b/pkgs/jni/pubspec.yaml @@ -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.9.1-wip +version: 0.9.1 repository: https://github.com/dart-lang/native/tree/main/pkgs/jni topics: diff --git a/pkgs/jnigen/pubspec.yaml b/pkgs/jnigen/pubspec.yaml index 0f4441f25..4a17b9b52 100644 --- a/pkgs/jnigen/pubspec.yaml +++ b/pkgs/jnigen/pubspec.yaml @@ -4,7 +4,7 @@ name: jnigen description: A Dart bindings generator for Java and Kotlin that uses JNI under the hood to interop with Java virtual machine. -version: 0.9.0 +version: 0.9.1 repository: https://github.com/dart-lang/native/tree/main/pkgs/jnigen environment: