diff --git a/package.json b/package.json index 96eb937..fc6b3a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bloop", - "version": "0.4.7", + "version": "0.4.8", "license": "MIT", "source": "src/web/index.html", "scripts": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 959c2be..b5e7336 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -133,7 +133,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" [[package]] name = "bloop" -version = "0.4.7" +version = "0.4.8" dependencies = [ "config", "glob", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 9b825d3..c14f892 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bloop" -version = "0.4.7" +version = "0.4.8" authors = [ "Blaine " ] edition = "2018" build = "build.rs" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 1f7a524..2c64c60 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Bloop", - "version": "0.4.7" + "version": "0.4.8" }, "build": { "distDir": "dist",