Prepare to publish (#1896)
diff --git a/pkgs/ffigen/CHANGELOG.md b/pkgs/ffigen/CHANGELOG.md
index ef9172d..864043c 100644
--- a/pkgs/ffigen/CHANGELOG.md
+++ b/pkgs/ffigen/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 16.1.0-wip
+## 16.1.0
- Ensure that required symbols are available to FFI even when the final binary
is linked with `-dead_strip`.
diff --git a/pkgs/ffigen/pubspec.yaml b/pkgs/ffigen/pubspec.yaml
index b37abdf..0026231 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: 16.1.0-wip
+version: 16.1.0
description: >
Generator for FFI bindings, using LibClang to parse C, Objective-C, and Swift
files.
diff --git a/pkgs/objective_c/CHANGELOG.md b/pkgs/objective_c/CHANGELOG.md
index c1f078b..64c9209 100644
--- a/pkgs/objective_c/CHANGELOG.md
+++ b/pkgs/objective_c/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 4.1.0-wip
+## 4.1.0
- Use ffigen 16.1.0
- Reduces the chances of duplicate symbols by adding a `DOBJC_` prefix.
diff --git a/pkgs/objective_c/pubspec.yaml b/pkgs/objective_c/pubspec.yaml
index 399945a..bd44b18 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: 4.1.0-wip
+version: 4.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