Skip to content

Commit 1be8d46

Browse files
committed
version update
1 parent 8188e80 commit 1be8d46

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.5
2+
* add types of signing type (Micheline, Operation, Raw)
3+
* disconnect beacon before connection for android
4+
15
## 1.0.4
26
* dependent packages upgrade
37
* add screenshots

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ packages:
2121
path: ".."
2222
relative: true
2323
source: path
24-
version: "1.0.4"
24+
version: "1.0.5"
2525
boolean_selector:
2626
dependency: transitive
2727
description:

ios/beacon_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'beacon_flutter'
7-
s.version = '1.0.4'
7+
s.version = '1.0.5'
88
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.'
99
s.description = <<-DESC
1010
A new Flutter beacon plugin.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: beacon_flutter
22
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.
3-
version: 1.0.4
3+
version: 1.0.5
44
homepage: https://github.com/TalaoDAO/beacon
55

66
environment:

0 commit comments

Comments
 (0)