Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jerson committed May 29, 2024
1 parent b583aff commit f67b097
Show file tree
Hide file tree
Showing 13 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,8 @@
## 3.8.1

- Updated binaries to v1.10.3
- Fix scenario when decrypt+verify using keys generated in a different tool

## 3.8.0

- Updated binaries to v1.10.1
Expand Down
Binary file modified android/src/main/jniLibs/arm64-v8a/libopenpgp_bridge.so
Binary file not shown.
Binary file modified android/src/main/jniLibs/armeabi-v7a/libopenpgp_bridge.so
Binary file not shown.
Binary file modified android/src/main/jniLibs/x86/libopenpgp_bridge.so
Binary file not shown.
Binary file modified android/src/main/jniLibs/x86_64/libopenpgp_bridge.so
Binary file not shown.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.8.0"
version: "3.8.1"
package_config:
dependency: transitive
description:
Expand Down
Binary file modified ios/libopenpgp_bridge.a
Binary file not shown.
Binary file modified lib/web/assets/openpgp.wasm
Binary file not shown.
Binary file modified linux/shared/aarch64/libopenpgp_bridge.so
Binary file not shown.
Binary file modified linux/shared/x86_64/libopenpgp_bridge.so
Binary file not shown.
Binary file modified macos/libopenpgp_bridge.dylib
Binary file not shown.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: openpgp
description: library for use OpenPGP with support for android and ios, macOS, linux, windows and web
version: 3.8.0
version: 3.8.1
homepage: https://github.com/jerson/flutter-openpgp

environment:
Expand Down
Binary file modified windows/shared/libopenpgp_bridge.dll
Binary file not shown.

0 comments on commit f67b097

Please sign in to comment.