diff --git a/package.json b/package.json index a09f9fd8..f586803b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "blink", "private": true, - "version": "0.0.5-dev", + "version": "0.0.6-dev", "type": "module", "scripts": { "dev": "vite && tsr watch", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d7c9494b..4ce0f0cf 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blink" -version = "0.0.5-dev" +version = "0.0.6-dev" description = "A Modern Jellyfin Client" authors = ["prayag17", "JellyPlayer contributors (https://github.com/prayag17/JellyPlayer/graphs/contributors)"] license = "GPL-3.0-only"