From e587ba7c6599138c646c27ff811bf1cc9250bda7 Mon Sep 17 00:00:00 2001 From: YM162 Date: Sat, 1 Jun 2024 16:27:15 +0200 Subject: [PATCH] Bumped version to 0.14.1 --- gulagcleaner_python/Cargo.toml | 2 +- gulagcleaner_python/pyproject.toml | 2 +- gulagcleaner_python/python/gulagcleaner/command_line.py | 2 +- gulagcleaner_rs/Cargo.toml | 2 +- gulagcleaner_wasm/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gulagcleaner_python/Cargo.toml b/gulagcleaner_python/Cargo.toml index 6ef241c..a5508d2 100644 --- a/gulagcleaner_python/Cargo.toml +++ b/gulagcleaner_python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gulagcleaner_python" -version = "0.14.0" +version = "0.14.1" edition = "2021" authors = ["YM162 "] description = "Ad removal tool for PDFs." diff --git a/gulagcleaner_python/pyproject.toml b/gulagcleaner_python/pyproject.toml index b4f59eb..1c93f25 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.0" +version = "0.14.1" 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 706d866..a4c0765 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.0") + print("Current version: 0.14.1") return # Get the pdf_path argument diff --git a/gulagcleaner_rs/Cargo.toml b/gulagcleaner_rs/Cargo.toml index 92ac97b..68f0556 100644 --- a/gulagcleaner_rs/Cargo.toml +++ b/gulagcleaner_rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gulagcleaner_rs" -version = "0.14.0" +version = "0.14.1" edition = "2021" authors = ["YM162 "] description = "Ad removal tool for PDFs." diff --git a/gulagcleaner_wasm/Cargo.toml b/gulagcleaner_wasm/Cargo.toml index f02c179..3e26d09 100644 --- a/gulagcleaner_wasm/Cargo.toml +++ b/gulagcleaner_wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gulagcleaner_wasm" -version = "0.14.0" +version = "0.14.1" edition = "2021" authors = ["YM162 "] description = "Ad removal tool for PDFs."