Skip to content

Commit a95a64b

Browse files
github-actions[bot]Conventional Changelog Action
andauthored
chore: release v0.0.1 (#947)
chore: bump version to v0.0.1 Co-authored-by: Conventional Changelog Action <conventional.changelog.action@github.com>
1 parent be860e4 commit a95a64b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cv-frontend-vue",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"scripts": {
66
"serve": "vite preview",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "CircuitVerse"
3-
version = "0.0.0"
3+
version = "0.0.1"
44
description = "CircuitVerse Simulator"
55
authors = ["CircuitVerse Team"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "CircuitVerse",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"identifier": "org.circuitVerse.simulator",
66
"build": {
77
"frontendDist": "../dist/simulatorvue/v0",

0 commit comments

Comments
 (0)