Skip to content

Commit

Permalink
release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmove committed Nov 4, 2023
1 parent 300962e commit 49f0976
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@
## 0.1.2

* Add Web Support

## 0.1.3

* Fix query gas object
* Fix setSigner
* Add Web Demo
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Sui Dart SDK
-

[![Pub](https://img.shields.io/badge/pub-v0.1.2-blue)](https://pub.dev/packages/sui)
[![Pub](https://img.shields.io/badge/pub-v0.1.3-blue)](https://pub.dev/packages/sui)


Installation
-

```
dependencies:
sui: ^0.1.2
sui: ^0.1.3
```

Demo
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.2"
version: "0.1.3"
term_glyph:
dependency: transitive
description:
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: sui
description: Sui Dart SDK.
version: 0.1.2
version: 0.1.3
homepage: https://github.com/mofalabs/sui

environment:
Expand Down

0 comments on commit 49f0976

Please sign in to comment.