Skip to content

Commit

Permalink
Reset to version v0.2.0, which now includes corrected fvm.app PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
rubin55 committed Sep 2, 2024
1 parent 08e3b6d commit 0d3a3ad
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion wallet_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: EDI - NL Public Reference Wallet
# Prevent accidental publishing to pub.dev.
publish_to: 'none'

version: 0.2.1-dev
version: 0.2.0

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down
48 changes: 24 additions & 24 deletions wallet_core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wallet_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exclude = ["flutter_rust_bridge_codegen", "uniffi-bindgen"]
resolver = "2"

[workspace.package]
version = "0.2.1-dev"
version = "0.2.0"
edition = "2021"
rust-version = "1.80"

Expand Down
4 changes: 2 additions & 2 deletions wallet_web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wallet_web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nl-wallet-web",
"version": "0.2.1-dev",
"version": "0.2.0",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit 0d3a3ad

Please sign in to comment.