Skip to content

Commit

Permalink
Upgraded lints dependency + CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota committed Sep 12, 2024
1 parent acc3c91 commit 0cae90e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.5.7

Updated libraries:
- `pinenacl`: from `0.5.1` to `0.6.0`
- `lints`: from `2.0.0` to `4.0.0`

## 0.5.6

Bugfix of methods of Nano class
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: tonutils
description: A comprehensive, composable and versatile Dart/Flutter library for TON blockchain
repository: https://github.com/novusnota/tonutils-dart
issue_tracker: https://github.com/novusnota/tonutils-dart/issues
version: 0.5.6
version: 0.5.7

environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -15,7 +15,7 @@ dependencies:
pointycastle: ^3.7.3

dev_dependencies:
lints: ^2.0.0
lints: ^4.0.0
test: ^1.21.0

topics:
Expand Down

0 comments on commit 0cae90e

Please sign in to comment.