diff --git a/package.json b/package.json
index c1a1ffb..e4c0fe3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "picoforge",
- "version": "0.2.1",
+ "version": "0.3.0",
"description": "",
"type": "module",
"scripts": {
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index 1a54f3c..fcce924 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -2930,7 +2930,7 @@ dependencies = [
[[package]]
name = "picoforge"
-version = "0.2.1"
+version = "0.3.0"
dependencies = [
"anyhow",
"bitflags 2.10.0",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 27eef64..6feb856 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -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)
diff --git a/src-tauri/src/rescue/constants.rs b/src-tauri/src/rescue/constants.rs
index 1b2745e..039e03e 100644
--- a/src-tauri/src/rescue/constants.rs
+++ b/src-tauri/src/rescue/constants.rs
@@ -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;
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 7ad6676..4c84f4a 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -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",
diff --git a/src/lib/views/aboutView.svelte b/src/lib/views/aboutView.svelte
index a20b335..b6660db 100644
--- a/src/lib/views/aboutView.svelte
+++ b/src/lib/views/aboutView.svelte
@@ -26,7 +26,7 @@
An open source commissioning tool for Pico FIDO security keys. Developed with Rust, Tauri, and Svelte.