Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Nov 3, 2022
1 parent dd3828d commit c925c1b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.0.6
* default wallet name can be added
## 1.0.5
* add types of signing type (Micheline, Operation, Raw)
* disconnect beacon before connection for android
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.5"
version: "1.0.6"
boolean_selector:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/beacon_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'beacon_flutter'
s.version = '1.0.5'
s.version = '1.0.6'
s.summary = 'The Beacon Flutter Plugin provides Flutter developers with tools useful for setting up communication between native wallets supporting Tezos and dApps that implement beacon-sdk.'
s.description = <<-DESC
A new Flutter beacon plugin.
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: beacon_flutter
description: The Beacon Flutter Plugin provides Flutter developers with tools useful for setting up communication between native wallets supporting Tezos and dApps that implement beacon-sdk.
version: 1.0.5
version: 1.0.6
homepage: https://github.com/TalaoDAO/beacon

environment:
Expand Down

0 comments on commit c925c1b

Please sign in to comment.