Skip to content

Commit 50506aa

Browse files
committed
V1.0.0
Update dependencies
1 parent f6344bd commit 50506aa

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.0.0
2+
3+
* Update dependencies
4+
5+
## 0.4.0
6+
7+
* Update dependencies
8+
19
## 0.3.0
210

311
* Update dependencies

example/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ dependencies:
3737
cupertino_icons: ^1.0.2
3838
cosmos_sdk:
3939
path: ../
40-
blockchain_utils:
41-
path: ../../bitcoin/blockchain_utils
40+
# blockchain_utils:
41+
# path: ../../bitcoin/blockchain_utils
4242
http: ^1.2.0
43-
# blockchain_utils: ^3.0.0
43+
blockchain_utils: ^3.3.0
4444

4545
dev_dependencies:
4646
flutter_test:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cosmos_sdk
22
description: Engage seamlessly with a Cosmos SDK-based network (cosmos hub, osmosis, thor, kujira and etc ... ), enabling the creation, signing, and transmission of transactions. (Beta version)
3-
version: 0.3.0
3+
version: 1.0.0
44
homepage: "https://github.com/mrtnetwork/cosmos_sdk"
55
repository: "https://github.com/mrtnetwork/cosmos_sdk"
66
@@ -15,7 +15,7 @@ environment:
1515
sdk: '>=2.15.0 <4.0.0'
1616
# Add regular dependencies here.
1717
dependencies:
18-
blockchain_utils: ^3.1.0
18+
blockchain_utils: ^3.3.0
1919
# blockchain_utils:
2020
# path: ../bitcoin/blockchain_utils
2121

0 commit comments

Comments
 (0)