diff --git a/package.json b/package.json index ec87dfb..105a5e8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "discord-source", "private": true, - "version": "0.0.8", + "version": "0.0.9", "scripts": { "vite": "vite", "vite:dev": "vite", diff --git a/src-bd/plugin.json b/src-bd/plugin.json index 38d1bd4..7ea6e16 100644 --- a/src-bd/plugin.json +++ b/src-bd/plugin.json @@ -2,6 +2,6 @@ "name": "DiscordSourcePlugin", "author": "DreamingCodes", "description": "Plugin that allows you to capture discord streams with OBS", - "version": "0.0.8", + "version": "0.0.9", "installScript": false } \ No newline at end of file diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index cdfe547..df6f68d 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -812,7 +812,7 @@ dependencies = [ [[package]] name = "discord-source" -version = "0.0.8" +version = "0.0.9" dependencies = [ "anyhow", "async-stream", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d168fc3..fee3239 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discord-source" -version = "0.0.8" +version = "0.0.9" description = "A Tauri App" authors = ["DreamingCodes"] license = "../LICENSE.md" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4078ce2..9b5b5b0 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "discord-source", - "version": "0.0.8" + "version": "0.0.9" }, "tauri": { "allowlist": {