Skip to content

Commit

Permalink
Merge pull request #9 from proximax-storage/development
Browse files Browse the repository at this point in the history
release 0.0.3+4
  • Loading branch information
slackve authored Jun 24, 2019
2 parents 0361c0b + 6ba1543 commit 4cb5d4f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.3+4

### Updates
[UPDATE] latest published versions for http dependency.

## 0.0.3+3

### Updates
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

Official ProximaX Sirius Blockchain SDK Library in Dart.

The ProximaX Sirius Catapult Chain Dart SDK works as a lightweight Dart library for interacting with the Sirius Blockchain. It provides a complete library set coverage, and supports synchronous and asynchronous requests.
The ProximaX Sirius Chain Dart SDK works as a lightweight Dart library for interacting with the Sirius Blockchain. It provides a complete library set coverage, and supports synchronous and asynchronous requests.

**1. Depend on it**

Add this to your package's pubspec.yaml file:

```dart
dependencies:
xpx_chain_sdk: 0.0.3+3
xpx_chain_sdk: 0.0.3+4
```

**2. Install it**
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: xpx_chain_sdk
version: 0.0.3+3
description: Official ProximaX Sirius Blockchain SDK Library in Dart.
version: 0.0.3+4
description: 'The ProximaX Sirius Chain Dart SDK works as a lightweight Dart library for interacting with the Sirius Blockchain.
author: 'Eleazar Garrido <eleazar.garrido@proximax.io>'
homepage: https://www.proximax.io

Expand All @@ -9,7 +9,7 @@ environment:

dependencies:
flat_buffers: '^1.11.0'
http: '^0.11.3+17'
http: '^0.12.0+2'
base32: '^1.0.1'
fixnum: '^0.10.9'
xpx_crypto: '^0.0.1'
Expand Down

0 comments on commit 4cb5d4f

Please sign in to comment.