Skip to content

Commit 6db6e73

Browse files
committed
updated the verison
1 parent 7f57870 commit 6db6e73

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend",
33
"private": true,
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

frontend/wasm-core/volt-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "volt-wasm"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
edition = "2024"
55
description = "High-performance WASM core for Volt-API"
66

wails.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"info": {
1414
"companyName": "Volt API",
1515
"productName": "Volt API Client",
16-
"productVersion": "1.0.0",
17-
"copyright": "Copyright © 2025 Volt API",
16+
"productVersion": "0.0.4",
17+
"copyright": "Copyright © 2026 Volt API",
1818
"comments": "A high-performance, cross-platform API client"
1919
},
2020
"fileAssociations": [

0 commit comments

Comments
 (0)