From 1d99e7edecc42c1c61efeade62c3765cc3fb9a9f Mon Sep 17 00:00:00 2001 From: Liam Appelbe Date: Wed, 19 Nov 2025 09:32:08 +1100 Subject: [PATCH] [ffigen] Prepare to publish ffigen 20.1.0 --- pkgs/ffigen/pubspec.yaml | 2 +- pkgs/objective_c/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/ffigen/pubspec.yaml b/pkgs/ffigen/pubspec.yaml index c94a179a4..4cc6485c3 100644 --- a/pkgs/ffigen/pubspec.yaml +++ b/pkgs/ffigen/pubspec.yaml @@ -3,7 +3,7 @@ # BSD-style license that can be found in the LICENSE file. name: ffigen -version: 20.1.0-dev +version: 20.1.0 description: > Generator for FFI bindings, using LibClang to parse C, Objective-C, and Swift files. diff --git a/pkgs/objective_c/pubspec.yaml b/pkgs/objective_c/pubspec.yaml index a32d06c69..92d4f2872 100644 --- a/pkgs/objective_c/pubspec.yaml +++ b/pkgs/objective_c/pubspec.yaml @@ -4,7 +4,7 @@ name: objective_c description: 'A library to access Objective C from Flutter that acts as a support library for package:ffigen.' -version: 9.1.0-dev +version: 9.1.0 repository: https://github.com/dart-lang/native/tree/main/pkgs/objective_c issue_tracker: https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aobjective_c