Skip to content

Commit

Permalink
Merge pull request #60 from moneytrackio/chore/bump-version-to-v1.0.1
Browse files Browse the repository at this point in the history
chore: bump version to 1.0.1
  • Loading branch information
elkesrio committed Aug 24, 2021
2 parents 14f44cb + 879e6e9 commit c7effec
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## [1.0.1]

### Added
- custom gas limit
- custom storage limit

### Changed

### Fixed

## [1.0.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
@@ -1,6 +1,6 @@
<img src="img/logo.png?raw=true" style="width: 100px;"></img>

# Tezart <small>1.0.0</small>
# Tezart <small>1.0.1</small>

> A magic way to interact with the Tezos blockchain using [dart](https://dart.dev/).
Expand Down
2 changes: 1 addition & 1 deletion docs/parts/_quickstart.md
Expand Up @@ -37,7 +37,7 @@ dart create -t console-full tezart_example

```yaml
dependencies:
tezart: ^1.0.0
tezart: ^1.0.1
```

```bash
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: tezart
description: A Dart library to connect to Tezos clients. Send transactions and interact with smart contracts!
version: 1.0.0
version: 1.0.1
homepage: https://moneytrackio.github.io/tezart/
repository: https://github.com/moneytrackio/tezart
issue_tracker: https://github.com/moneytrackio/tezart/issues
Expand Down

0 comments on commit c7effec

Please sign in to comment.