Skip to content

Commit

Permalink
Merge branch 'PVW-3625-set-release-version-0.2.2' into 'main'
Browse files Browse the repository at this point in the history
PVW-3625: Set release version 0.2.2

See merge request wallet/nl-wallet!1309
  • Loading branch information
peterpaul committed Oct 25, 2024
2 parents 9bc02f5 + da40549 commit 7a2301b
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 30 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.2-dev
version: 0.2.2

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down
50 changes: 25 additions & 25 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 @@ -30,7 +30,7 @@ exclude = ["flutter_rust_bridge_codegen", "uniffi-bindgen"]
resolver = "2"

[workspace.package]
version = "0.2.2-dev"
version = "0.2.2"
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.2-dev",
"version": "0.2.2",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit 7a2301b

Please sign in to comment.