chore: bump app version to 0.3.0

This commit is contained in:
Suyog Tandel
2026-01-22 16:16:33 +05:30
parent 68f20c1f9e
commit 151b8bacb1
6 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "picoforge",
"version": "0.2.1",
"version": "0.3.0",
"description": "",
"type": "module",
"scripts": {
+1 -1
View File
@@ -2930,7 +2930,7 @@ dependencies = [
[[package]]
name = "picoforge"
version = "0.2.1"
version = "0.3.0"
dependencies = [
"anyhow",
"bitflags 2.10.0",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "picoforge"
version = "0.2.1"
version = "0.3.0"
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"
@@ -35,7 +35,7 @@ hidapi = "2.6" # For fido2 interface operations but non-standard command
serde_cbor_2 = "0.13"
rand = "0.9"
bitflags = "2.10"
ring = "0.17" # For signing fido2 messages with pin token
ring = "0.17" # For signing fido2 messages with pin token
log = "0.4" # Logging facade
log4rs = "1" # For logging to output (like stdout)
+1
View File
@@ -1,4 +1,5 @@
//! Constants, enums, bitflags and data structures for Rescue Application for pico-fido firmware.
#![allow(unused)]
// use serde::{Deserialize, Serialize};
// use std::fmt;
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "picoforge",
"version": "0.2.1",
"version": "0.3.0",
"identifier": "in.suyogtandel.picoforge",
"build": {
"beforeDevCommand": "deno task dev",
+1 -1
View File
@@ -26,7 +26,7 @@
<img src="/in.suyogtandel.picoforge.svg" alt="PicoForge Logo" class="h-64 w-64 shadow-sm" />
<h2 class="text-2xl font-bold">PicoForge</h2>
<Badge variant="secondary" class="px-4 py-1">v0.2.1-Alpha</Badge>
<Badge variant="secondary" class="px-4 py-1">v0.3.0</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.
</p>