From b277fd5de4f47fdceb33809c9dfbd6b4a4ce9540 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 10:20:57 +0200 Subject: [PATCH] release: 1.0.1 (#75) Co-authored-by: Dreaming-Codes --- 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 d9ac6ad..37d15f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "discord-source", "private": true, - "version": "1.0.0", + "version": "1.0.1", "scripts": { "vite": "vite", "vite:dev": "vite", diff --git a/src-bd/plugin.json b/src-bd/plugin.json index bc3d505..cd60b4e 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": "1.0.0", + "version": "1.0.1", "installScript": false } \ No newline at end of file diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index cbe4bdd..7bb337b 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -802,7 +802,7 @@ dependencies = [ [[package]] name = "discord-source" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "async-stream", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 26b634e..851ae41 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discord-source" -version = "1.0.0" +version = "1.0.1" description = "A Tauri App" authors = ["DreamingCodes"] license = "../LICENSE.md" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7cd697e..41b3dda 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "discord-source", - "version": "1.0.0" + "version": "1.0.1" }, "tauri": { "allowlist": {