From fd5da46650e74fdc8b7291ae4b661de13ebc516f Mon Sep 17 00:00:00 2001 From: YM162 Date: Fri, 29 Nov 2024 00:28:28 +0100 Subject: [PATCH] Aparently 0.92.2 is not the same as =0.92.2 --- gulagcleaner_python/Cargo.toml | 2 +- gulagcleaner_python/python/gulagcleaner/command_line.py | 2 +- gulagcleaner_rs/Cargo.toml | 2 +- gulagcleaner_wasm/Cargo.toml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gulagcleaner_python/Cargo.toml b/gulagcleaner_python/Cargo.toml index dcb9233..e58c9b0 100644 --- a/gulagcleaner_python/Cargo.toml +++ b/gulagcleaner_python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gulagcleaner_python" -version = "0.15.5" +version = "0.15.6" edition = "2021" authors = ["YM162 "] description = "Ad removal tool for PDFs." diff --git a/gulagcleaner_python/python/gulagcleaner/command_line.py b/gulagcleaner_python/python/gulagcleaner/command_line.py index b1477a6..c76cff1 100644 --- a/gulagcleaner_python/python/gulagcleaner/command_line.py +++ b/gulagcleaner_python/python/gulagcleaner/command_line.py @@ -61,7 +61,7 @@ def main(): # Check for the -v argument if arguments["version"]: - print("Current version: 0.15.5") + print("Current version: 0.15.6") return # Get the pdf_path argument diff --git a/gulagcleaner_rs/Cargo.toml b/gulagcleaner_rs/Cargo.toml index b15b92b..80ac5ab 100644 --- a/gulagcleaner_rs/Cargo.toml +++ b/gulagcleaner_rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gulagcleaner_rs" -version = "0.15.5" +version = "0.15.6" edition = "2021" authors = ["YM162 "] description = "Ad removal tool for PDFs." diff --git a/gulagcleaner_wasm/Cargo.toml b/gulagcleaner_wasm/Cargo.toml index d180421..7792880 100644 --- a/gulagcleaner_wasm/Cargo.toml +++ b/gulagcleaner_wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gulagcleaner_wasm" -version = "0.15.5" +version = "0.15.6" edition = "2021" authors = ["YM162 "] description = "Ad removal tool for PDFs." @@ -16,6 +16,6 @@ crate-type = ["cdylib"] [dependencies] serde = { version = "1.0", features = ["derive"] } serde-wasm-bindgen = "0.6.3" -wasm-bindgen = "0.2.92" +wasm-bindgen = "=0.2.92" gulagcleaner_rs = { path = "../gulagcleaner_rs" } \ No newline at end of file