Skip to content

Commit 720f5ea

Browse files
committed
V2.9.0
- Update dependencies. - Update chains.json.
1 parent 83c70da commit 720f5ea

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
# Avoid committing pubspec.lock for library packages; see
66
# https://dart.dev/guides/libraries/private-files#pubspeclock.
77
pubspec.lock
8+
.DS_Store

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.9.0
2+
3+
- Update dependencies.
4+
- Update chains.json.
5+
16
## 2.8.0
27

38
- Update dependencies.

assets/chains.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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: 2.8.0
3+
version: 2.9.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: '>=3.3.0 <4.0.0'
1616
# Add regular dependencies here.
1717
dependencies:
18-
blockchain_utils: ^5.1.0
18+
blockchain_utils: ^5.2.0
1919
# blockchain_utils:
2020
# path: ../blockchain_utils
2121

0 commit comments

Comments
 (0)