mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
chore: bump app version to 0.3.1
This commit is contained in:
+2
-2
@@ -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,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"
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user