Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
jerson committed Feb 13, 2021
1 parent 807369e commit 276f583
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.0-nullsafety.3

- Updated FFI to latest and removed deprecated methods

## 1.4.0-nullsafety.2

- Using stable version
Expand All @@ -9,6 +13,7 @@
## 1.4.0-nullsafety.0

- Initial support for null safety

## 1.3.5

- Added RSAException to `rsa.dart`
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.4.0-nullsafety.2"
version: "1.4.0-nullsafety.3"
ffi:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fast_rsa
description: library for use RSA with support for android and ios, macOS, linux, windows, web and hover
version: 1.4.0-nullsafety.2
version: 1.4.0-nullsafety.3
homepage: https://github.com/jerson/flutter-rsa

environment:
Expand Down

0 comments on commit 276f583

Please sign in to comment.