Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shinneng committed Oct 9, 2023
1 parent 30f2695 commit b001652
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.8
### Updates
[ADD] sign txn with Payload

## 0.0.8
### Updates
[ADD] function to get encrypted private key with password
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add this to your package's pubspec.yaml file:

```dart
dependencies:
xpx_chain_sdk: 0.0.7+8
xpx_chain_sdk: 0.0.9
```

**2. Install it**
Expand Down Expand Up @@ -52,4 +52,4 @@ For more examples, go to our [wiki](https://github.com/proximax-storage/dart-xpx
We'd love to get more people involved in the project. Please feel free to raise any issues or PR and we'll review your
contribution.

Copyright (c) 2019 ProximaX Limited
Copyright (c) 2023 ProximaX Limited
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: xpx_chain_sdk
version: 0.0.8
version: 0.0.9
#author: 'Eleazar Garrido <[email protected]>, ProximaX Devops <[email protected]>'
description: 'The ProximaX Sirius Chain Dart SDK works as a async lightweight Dart library for interacting with the Sirius Blockchain.'
homepage: https://github.com/proximax-storage
Expand Down

0 comments on commit b001652

Please sign in to comment.