From 276f5834e126a447453b4dc7ab2d148c44a8e472 Mon Sep 17 00:00:00 2001 From: Gerson Alexander Pardo Gamez Date: Sat, 13 Feb 2021 18:35:31 -0500 Subject: [PATCH] updated version --- CHANGELOG.md | 5 +++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d70f0d3..ced0b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -9,6 +13,7 @@ ## 1.4.0-nullsafety.0 - Initial support for null safety + ## 1.3.5 - Added RSAException to `rsa.dart` diff --git a/example/pubspec.lock b/example/pubspec.lock index 713350e..6a80abd 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index ef23016..59e4038 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: