We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb53ab1 commit 085f4a0Copy full SHA for 085f4a0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cv-frontend-vue",
3
- "version": "0.0.2",
+ "version": "0.0.6",
4
"private": true,
5
"scripts": {
6
"serve": "vite preview",
src-tauri/Cargo.toml
[package]
name = "CircuitVerse"
-version = "0.0.2"
+version = "0.0.6"
description = "CircuitVerse Simulator"
authors = ["CircuitVerse Team"]
license = ""
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "CircuitVerse",
"identifier": "org.circuitVerse.simulator",
"build": {
7
"frontendDist": "../dist/simulatorvue/v0",
0 commit comments