Skip to content

Commit

Permalink
Update deps (#8)
Browse files Browse the repository at this point in the history
* Update znn_ledger_dart to 0.0.5

* Bump version
  • Loading branch information
KingGorrin authored May 11, 2024
1 parent 2830dbe commit fbb8d79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/global.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:znn_ledger_dart/znn_ledger_dart.dart';

const znnDaemon = 'znnd';
const znnCli = 'znn-cli';
const znnCliVersion = '0.0.6';
const znnCliVersion = '0.0.7';

final Zenon znnClient = Zenon();
final KeyStoreManager keyStoreManager =
Expand Down
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -789,11 +789,11 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "release/v0.0.4"
resolved-ref: c66264f599038e15a3457e382cfaaff202ab231a
ref: main
resolved-ref: "39018c1b5e85285fe5fee7e9f77a988f8d4cebef"
url: "https://github.com/hypercore-one/znn_ledger_dart.git"
source: git
version: "0.0.4"
version: "0.0.5"
znn_sdk_dart:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: znn_cli_dart
description: Zenon CLI tool
version: 0.0.6
version: 0.0.7
publish_to: none

environment:
Expand All @@ -16,7 +16,7 @@ dependencies:
znn_ledger_dart:
git:
url: https://github.com/hypercore-one/znn_ledger_dart.git
ref: release/v0.0.4
ref: main
bip39: ^1.0.6
convert: ^3.1.1
collection: ^1.18.0
Expand Down

0 comments on commit fbb8d79

Please sign in to comment.