diff --git a/package.json b/package.json index 86f9515..d169f49 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kavita-import-tool", "private": true, - "version": "0.1.18", + "version": "0.1.19", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 2de6e60..d263daf 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1474,7 +1474,7 @@ dependencies = [ [[package]] name = "kavita-import-tool" -version = "0.1.18" +version = "0.1.19" dependencies = [ "chrono", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 4b553b3..b22c897 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kavita-import-tool" -version = "0.1.18" +version = "0.1.19" description = "A tool for creating Kavita folder structures for eBooks" authors = ["mackenly"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6549717..e9abc78 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Kavita Import Tool", - "version": "0.1.18" + "version": "0.1.19" }, "tauri": { "allowlist": {