Skip to content

Commit 02a371d

Browse files
committed
0.3.21
1 parent 985d2f7 commit 02a371d

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.21
2+
3+
* [Fix] Some crash on Android.
4+
15
## 0.3.20
26

37
* [Feature] Support 64 bit on Android.

dart_native/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ packages:
168168
path: ".."
169169
relative: true
170170
source: path
171-
version: "0.3.20"
171+
version: "0.3.21"
172172
dart_native_gen:
173173
dependency: transitive
174174
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.20
3+
version: 0.3.21
44
homepage: https://github.com/dart-native/dart_native
55

66
environment:

0 commit comments

Comments
 (0)