Skip to content

Commit 3b30185

Browse files
committed
updated version
1 parent ff08640 commit 3b30185

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.0-nullsafety.4
2+
3+
- macOS now use dylib instead of .a
4+
15
## 1.4.0-nullsafety.3
26

37
- Updated FFI to latest and removed deprecated methods

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ packages:
119119
path: ".."
120120
relative: true
121121
source: path
122-
version: "1.4.0-nullsafety.3"
122+
version: "1.4.0-nullsafety.4"
123123
ffi:
124124
dependency: transitive
125125
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fast_rsa
22
description: library for use RSA with support for android and ios, macOS, linux, windows, web and hover
3-
version: 1.4.0-nullsafety.3
3+
version: 1.4.0-nullsafety.4
44
homepage: https://github.com/jerson/flutter-rsa
55

66
environment:

0 commit comments

Comments
 (0)