Skip to content

Commit

Permalink
Relase 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YM162 committed Dec 24, 2023
1 parent 701cc23 commit 17ee0e1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 15 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/cargo_publish.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
name: Publish to crates registry

# on:
# release:
# types: [published]

on:
push:
branches:
- rust_bindings
release:
types: [published]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions gulagcleaner_python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "gulagcleaner_python"
version = "0.10.1"
version = "0.10.2"
edition = "2021"
authors = ["YM162 <[email protected]>"]
description = "Ad removal tool for PDFs."
readme = "../README.md"
homepage = "https://github.com/YM162/gulag-cleaner-cli"
repository = "https://github.com/YM162/gulag-cleaner-cli.git"
license-file = "../LICENSE"
license = "GPL-3.0"
keywords = ["wuolah", "pdf", "ads", "advertisments", "gulagcleaner"]

[lib]
Expand Down
2 changes: 1 addition & 1 deletion gulagcleaner_python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "gulagcleaner"
version = "0.10.1"
version = "0.10.2"
description = "Ad removal tool for PDFs."
authors = [
{name = "YM162", email = "[email protected]"}]
Expand Down
2 changes: 1 addition & 1 deletion gulagcleaner_python/python/gulagcleaner/command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def main():

# Check for the -v argument
if arguments["version"]:
print("Current version: 0.10.1")
print("Current version: 0.10.2")
return

# Get the pdf_path argument
Expand Down
4 changes: 2 additions & 2 deletions gulagcleaner_rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "gulagcleaner_rs"
version = "0.10.1"
version = "0.10.2"
edition = "2021"
authors = ["YM162 <[email protected]>"]
description = "Ad removal tool for PDFs."
readme = "../README.md"
homepage = "https://github.com/YM162/gulag-cleaner-cli"
repository = "https://github.com/YM162/gulag-cleaner-cli.git"
license-file = "../LICENSE"
license = "GPL-3.0"
keywords = ["wuolah", "pdf", "ads", "advertisments", "gulagcleaner"]

[lib]
Expand Down
4 changes: 2 additions & 2 deletions gulagcleaner_wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "gulagcleaner_wasm"
version = "0.10.1"
version = "0.10.2"
edition = "2021"
authors = ["YM162 <[email protected]>"]
description = "Ad removal tool for PDFs."
readme = "../README.md"
homepage = "https://github.com/YM162/gulag-cleaner-cli"
repository = "https://github.com/YM162/gulag-cleaner-cli.git"
license-file = "../LICENSE"
license = "GPL-3.0"
keywords = ["wuolah", "pdf", "ads", "advertisments", "gulagcleaner"]

[lib]
Expand Down

0 comments on commit 17ee0e1

Please sign in to comment.