Skip to content

Commit c26772d

Browse files
committed
set package version to 2.0.0
1 parent 8d6a578 commit c26772d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.1.0
1+
## 2.0.0
22

33
- update packages
44

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.1.0'
7+
s.version = '2.0.0'
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.1.0
3+
version: 2.0.0
44
homepage: https://github.com/TalaoDAO/beacon
55

66
environment:

0 commit comments

Comments
 (0)