Skip to content

Commit b277fd5

Browse files
release: 1.0.1 (#75)
Co-authored-by: Dreaming-Codes <[email protected]>
1 parent 7db1798 commit b277fd5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "discord-source",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"scripts": {
66
"vite": "vite",
77
"vite:dev": "vite",

src-bd/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "DiscordSourcePlugin",
33
"author": "DreamingCodes",
44
"description": "Plugin that allows you to capture discord streams with OBS",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"installScript": false
77
}

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "discord-source"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "A Tauri App"
55
authors = ["DreamingCodes"]
66
license = "../LICENSE.md"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "discord-source",
11-
"version": "1.0.0"
11+
"version": "1.0.1"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)