diff --git a/package-lock.json b/package-lock.json index 93b93bf..fd62ec8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vestige", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vestige", - "version": "0.2.0", + "version": "0.3.0", "dependencies": { "@remixicon/react": "^4.5.0", "@tauri-apps/plugin-dialog": "^2.2.0", diff --git a/package.json b/package.json index 5fb9c22..175bb02 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vestige", "private": true, - "version": "0.2.0", + "version": "0.3.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index ada0bf0..c6d8537 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4516,7 +4516,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vestige" -version = "0.2.0" +version = "0.3.0" dependencies = [ "log", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 04eb19b..34cb417 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vestige" -version = "0.2.0" +version = "0.3.0" description = "A generative music synthesizer" authors = ["ascpixi"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 8711b37..e8e32f6 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "vestige", - "version": "0.2.0", + "version": "0.3.0", "identifier": "dev.ascpixi.vestige", "build": { "frontendDist": "../dist",