From 1c6c8a7a19c0e8475153dd6534c5dc64eff1e5e7 Mon Sep 17 00:00:00 2001 From: YM162 Date: Sun, 6 Oct 2024 22:52:34 +0200 Subject: [PATCH] Bumped to v0.14.8 --- gulagcleaner_python/Cargo.toml | 2 +- gulagcleaner_python/python/gulagcleaner/command_line.py | 2 +- gulagcleaner_rs/Cargo.toml | 2 +- gulagcleaner_wasm/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gulagcleaner_python/Cargo.toml b/gulagcleaner_python/Cargo.toml index f9aa87e..2fc7758 100644 --- a/gulagcleaner_python/Cargo.toml +++ b/gulagcleaner_python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gulagcleaner_python" -version = "0.14.7" +version = "0.14.8" 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 25b5eea..078b45c 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.7") + print("Current version: 0.14.8") return # Get the pdf_path argument diff --git a/gulagcleaner_rs/Cargo.toml b/gulagcleaner_rs/Cargo.toml index c067cca..82bff67 100644 --- a/gulagcleaner_rs/Cargo.toml +++ b/gulagcleaner_rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gulagcleaner_rs" -version = "0.14.7" +version = "0.14.8" edition = "2021" authors = ["YM162 "] description = "Ad removal tool for PDFs." diff --git a/gulagcleaner_wasm/Cargo.toml b/gulagcleaner_wasm/Cargo.toml index a7e7145..df28fe5 100644 --- a/gulagcleaner_wasm/Cargo.toml +++ b/gulagcleaner_wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gulagcleaner_wasm" -version = "0.14.7" +version = "0.14.8" edition = "2021" authors = ["YM162 "] description = "Ad removal tool for PDFs."