Skip to content

Commit 8729691

Browse files
committed
Merge tag '0.3.10' into develop
0.3.10
2 parents 5874ad5 + f6abaaf commit 8729691

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

dart_native/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.10
2+
3+
* [Fix] Skip BOM for Utf-16 on iOS.
4+
15
## 0.3.9
26

37
* [Fix] iOS framework compatibility.

dart_native/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ packages:
175175
path: ".."
176176
relative: true
177177
source: path
178-
version: "0.3.9"
178+
version: "0.3.10"
179179
dart_native_gen:
180180
dependency: transitive
181181
description:

dart_native/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_native
22
description: Write native code using Dart. This package liberates you from native code and low performance channel.
3-
version: 0.3.9
3+
version: 0.3.10
44
homepage: https://github.com/dart-native/dart_native
55

66
environment:

0 commit comments

Comments
 (0)