diff --git a/Cargo.lock b/Cargo.lock index 913ef33..4c2514b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,7 +130,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" [[package]] name = "bloop" -version = "0.4.3" +version = "0.4.4" dependencies = [ "config", "glob", diff --git a/Cargo.toml b/Cargo.toml index 8ae97d1..48245ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bloop" -version = "0.4.3" +version = "0.4.4" authors = ["Blaine "] edition = "2018" build = "build.rs" diff --git a/package.json b/package.json index 385eb5b..9fbc6a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bloop", - "version": "0.4.3", + "version": "0.4.4", "license": "MIT", "source": "src/web/index.html", "scripts": { diff --git a/tauri.conf.json b/tauri.conf.json index 857b7f5..23008f3 100644 --- a/tauri.conf.json +++ b/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Bloop", - "version": "0.4.3" + "version": "0.4.4" }, "build": { "distDir": "dist",