Skip to content

Commit 0d3a3ad

Browse files
committed
Reset to version v0.2.0, which now includes corrected fvm.app PR.
1 parent 08e3b6d commit 0d3a3ad

File tree

5 files changed

+29
-29
lines changed

5 files changed

+29
-29
lines changed

wallet_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: EDI - NL Public Reference Wallet
44
# Prevent accidental publishing to pub.dev.
55
publish_to: 'none'
66

7-
version: 0.2.1-dev
7+
version: 0.2.0
88

99
environment:
1010
sdk: '>=3.0.0 <4.0.0'

wallet_core/Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wallet_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ exclude = ["flutter_rust_bridge_codegen", "uniffi-bindgen"]
2929
resolver = "2"
3030

3131
[workspace.package]
32-
version = "0.2.1-dev"
32+
version = "0.2.0"
3333
edition = "2021"
3434
rust-version = "1.80"
3535

wallet_web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wallet_web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nl-wallet-web",
3-
"version": "0.2.1-dev",
3+
"version": "0.2.0",
44
"type": "module",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)