chore: bump app version to 0.3.1

This commit is contained in:
Suyog Tandel
2026-01-29 11:48:08 +05:30
parent c3cee3b237
commit e40e7397a1
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "picoforge",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"type": "module",
"scripts": {
@@ -43,4 +43,4 @@
"vaul-svelte": "^1.0.0-next.7",
"vite": "^7.3.1"
}
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "picoforge"
version = "0.3.0"
version = "0.3.1"
description = "An open source commissioning tool for Pico FIDO security keys. Developed with Rust, Tauri, and Svelte."
authors = ["Suyog Tandel", "PicoForge Contributers"]
license = "AGPL-3.0"
+2 -2
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "picoforge",
"version": "0.3.0",
"version": "0.3.1",
"identifier": "in.suyogtandel.picoforge",
"build": {
"beforeDevCommand": "deno task dev",
@@ -40,4 +40,4 @@
"icons/in.suyogtandel.picoforge.svg"
]
}
}
}
+1 -1
View File
@@ -32,7 +32,7 @@
/>
<h2 class="text-2xl font-bold">PicoForge</h2>
<Badge variant="secondary" class="px-4 py-1">v0.3.0</Badge>
<Badge variant="secondary" class="px-4 py-1">v0.3.1</Badge>
<p class="text-muted-foreground max-w-md">
An open source commissioning tool for Pico FIDO security keys.
Developed with Rust, Tauri, and Svelte.