From 062d2a400678a6f4189f2a476a5245b978f8986d Mon Sep 17 00:00:00 2001 From: DreamingCodes Date: Wed, 26 Apr 2023 23:44:27 +0200 Subject: [PATCH] 0.0.10 --- package.json | 2 +- src-bd/plugin.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 818c55c..732462e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "discord-source", "private": true, - "version": "0.0.9", + "version": "0.0.10", "scripts": { "vite": "vite", "vite:dev": "vite", diff --git a/src-bd/plugin.json b/src-bd/plugin.json index 7ea6e16..9656893 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.9", + "version": "0.0.10", "installScript": false } \ No newline at end of file diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 0c672d1..6b759c6 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -812,7 +812,7 @@ dependencies = [ [[package]] name = "discord-source" -version = "0.0.9" +version = "0.0.10" dependencies = [ "anyhow", "async-stream", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index f399ff2..18db5c9 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discord-source" -version = "0.0.9" +version = "0.0.10" description = "A Tauri App" authors = ["DreamingCodes"] license = "../LICENSE.md" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index acbda38..1d610d5 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "discord-source", - "version": "0.0.9" + "version": "0.0.10" }, "tauri": { "allowlist": {