From 1509da322f2fd67aa91d56a86263b2ed1e4efed7 Mon Sep 17 00:00:00 2001 From: YM162 Date: Tue, 17 Sep 2024 21:28:33 +0200 Subject: [PATCH] Bumped version to 0.14.2 --- gulagcleaner_python/Cargo.toml | 2 +- gulagcleaner_python/pyproject.toml | 2 +- gulagcleaner_python/python/gulagcleaner/command_line.py | 2 +- gulagcleaner_rs/Cargo.toml | 2 +- gulagcleaner_rs/src/models/method.rs | 1 - gulagcleaner_wasm/Cargo.toml | 2 +- 6 files changed, 5 insertions(+), 6 deletions(-) diff --git a/gulagcleaner_python/Cargo.toml b/gulagcleaner_python/Cargo.toml index a5508d2..ab1271f 100644 --- a/gulagcleaner_python/Cargo.toml +++ b/gulagcleaner_python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gulagcleaner_python" -version = "0.14.1" +version = "0.14.2" edition = "2021" authors = ["YM162 "] description = "Ad removal tool for PDFs." diff --git a/gulagcleaner_python/pyproject.toml b/gulagcleaner_python/pyproject.toml index 1c93f25..556b0b0 100644 --- a/gulagcleaner_python/pyproject.toml +++ b/gulagcleaner_python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gulagcleaner" -version = "0.14.1" +version = "0.14.2" description = "Ad removal tool for PDFs." authors = [ {name = "YM162", email = "david.fontaneda@YM162.dev"}] diff --git a/gulagcleaner_python/python/gulagcleaner/command_line.py b/gulagcleaner_python/python/gulagcleaner/command_line.py index a4c0765..b3b282d 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.14.1") + print("Current version: 0.14.2") return # Get the pdf_path argument diff --git a/gulagcleaner_rs/Cargo.toml b/gulagcleaner_rs/Cargo.toml index 68f0556..ea5a40e 100644 --- a/gulagcleaner_rs/Cargo.toml +++ b/gulagcleaner_rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gulagcleaner_rs" -version = "0.14.1" +version = "0.14.2" edition = "2021" authors = ["YM162 "] description = "Ad removal tool for PDFs." diff --git a/gulagcleaner_rs/src/models/method.rs b/gulagcleaner_rs/src/models/method.rs index 414f5cb..21df3c6 100644 --- a/gulagcleaner_rs/src/models/method.rs +++ b/gulagcleaner_rs/src/models/method.rs @@ -35,7 +35,6 @@ impl Cleaner for Method { let check_again_if_00 = find_iobj_pairs(x, &content_list[i - 1]); if check_again_if_00 == (0, 0) { (0, 0) - //TODO COME BACK HERE } else { check_again_if_00 } diff --git a/gulagcleaner_wasm/Cargo.toml b/gulagcleaner_wasm/Cargo.toml index 3e26d09..247cfff 100644 --- a/gulagcleaner_wasm/Cargo.toml +++ b/gulagcleaner_wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gulagcleaner_wasm" -version = "0.14.1" +version = "0.14.2" edition = "2021" authors = ["YM162 "] description = "Ad removal tool for PDFs."