Skip to content

Commit a650ccb

Browse files
authored
Prepare to publish (#1896)
1 parent 7c7cced commit a650ccb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pkgs/ffigen/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 16.1.0-wip
1+
## 16.1.0
22

33
- Ensure that required symbols are available to FFI even when the final binary
44
is linked with `-dead_strip`.

pkgs/ffigen/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# BSD-style license that can be found in the LICENSE file.
44

55
name: ffigen
6-
version: 16.1.0-wip
6+
version: 16.1.0
77
description: >
88
Generator for FFI bindings, using LibClang to parse C, Objective-C, and Swift
99
files.

pkgs/objective_c/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.1.0-wip
1+
## 4.1.0
22

33
- Use ffigen 16.1.0
44
- Reduces the chances of duplicate symbols by adding a `DOBJC_` prefix.

pkgs/objective_c/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
name: objective_c
66
description: 'A library to access Objective C from Flutter that acts as a support library for package:ffigen.'
7-
version: 4.1.0-wip
7+
version: 4.1.0
88
repository: https://github.com/dart-lang/native/tree/main/pkgs/objective_c
99
issue_tracker: https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aobjective_c
1010

0 commit comments

Comments
 (0)