Skip to content

Commit 3f05abe

Browse files
authored
chore: bump versions on eID Wallet (#420)
* chore: bump versions * chore: format
1 parent b0ec63e commit 3f05abe

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

infrastructure/control-panel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
"lucide-svelte": "^0.539.0",
5555
"tailwind-merge": "^3.0.2"
5656
}
57-
}
57+
}

infrastructure/eid-wallet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eid-wallet",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "",
55
"type": "module",
66
"scripts": {

infrastructure/eid-wallet/src-tauri/tauri.conf.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "eID for W3DS",
4-
"version": "0.1.8",
4+
"version": "0.4.0",
55
"identifier": "foundation.metastate.eid-wallet",
66
"build": {
77
"beforeDevCommand": "pnpm dev",
@@ -18,15 +18,17 @@
1818
}
1919
],
2020
"security": {
21-
"capabilities": ["mobile-capability"],
21+
"capabilities": [
22+
"mobile-capability"
23+
],
2224
"csp": null
2325
}
2426
},
2527
"bundle": {
2628
"active": true,
2729
"targets": "all",
2830
"android": {
29-
"versionCode": 6
31+
"versionCode": 10
3032
},
3133
"icon": [
3234
"icons/32x32.png",

infrastructure/eid-wallet/src/routes/(app)/settings/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ $effect(() => {
126126
onclick={handleVersionTap}
127127
disabled={isRetrying}
128128
>
129-
Version v0.3.0.0
129+
Version v0.4.0.0
130130
</button>
131131

132132
{#if retryMessage}

0 commit comments

Comments
 (0)