Skip to content

Commit dc89744

Browse files
committed
updated version
1 parent 112b453 commit dc89744

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.2.0-nullsafety.4
2+
3+
- Updated FFI to latest and removed deprecated methods
4+
15
## 1.2.0-nullsafety.3
26

37
- Format only
@@ -9,6 +13,7 @@
913
## 1.2.0-nullsafety.1
1014

1115
- First version with initial support working
16+
1217
## 1.1.4
1318

1419
- Added OpenPGPException to `openpgp.dart`

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ packages:
249249
path: ".."
250250
relative: true
251251
source: path
252-
version: "1.2.0-nullsafety.3"
252+
version: "1.2.0-nullsafety.4"
253253
package_config:
254254
dependency: transitive
255255
description:

pubspec.yaml

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

66
environment:

0 commit comments

Comments
 (0)