Skip to content

Commit

Permalink
v0.0.8 (#9)
Browse files Browse the repository at this point in the history
* Update znn_ledger_dart dep

* Update setup-dart action

* Update dcli package

* Update sdk environment

* Pub upgrade

* Ref znn deps by tag
  • Loading branch information
KingGorrin authored Jul 12, 2024
1 parent fbb8d79 commit 1a519d0
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 141 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/znn_cli_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-12]
sdk: [stable]
include:
- os: ubuntu-latest
output-name: znn-cli-linux
Expand All @@ -25,7 +26,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Dart SDK
uses: dart-lang/setup-dart@v1.5.0
uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}
- name: Install dependencies
run: dart pub get
- name: Build znn-cli
Expand Down
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.7';
const znnCliVersion = '0.0.8';

final Zenon znnClient = Zenon();
final KeyStoreManager keyStoreManager =
Expand Down
Loading

0 comments on commit 1a519d0

Please sign in to comment.