mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
chore: bump app version to 0.3.0
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "picoforge",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Generated
+1
-1
@@ -2930,7 +2930,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "picoforge"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bitflags 2.10.0",
|
||||
|
||||
@@ -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,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,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",
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user