Skip to content

Commit 276f583

Browse files
committed
updated version
1 parent 807369e commit 276f583

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.0-nullsafety.3
2+
3+
- Updated FFI to latest and removed deprecated methods
4+
15
## 1.4.0-nullsafety.2
26

37
- Using stable version
@@ -9,6 +13,7 @@
913
## 1.4.0-nullsafety.0
1014

1115
- Initial support for null safety
16+
1217
## 1.3.5
1318

1419
- Added RSAException to `rsa.dart`

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.2"
122+
version: "1.4.0-nullsafety.3"
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.2
3+
version: 1.4.0-nullsafety.3
44
homepage: https://github.com/jerson/flutter-rsa
55

66
environment:

0 commit comments

Comments
 (0)