From bebe4404b3e2ec07b722b72f353e3319c9ac7d29 Mon Sep 17 00:00:00 2001 From: dynobo Date: Tue, 12 Dec 2023 19:53:21 +0100 Subject: [PATCH] chore: bump version --- README.md | 8 ++++---- docs/index.html | 10 +++++----- normcap/__init__.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2cb66e15..487de4c1 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ take a look at the [FAQs](https://dynobo.github.io/normcap/#faqs) or #### Windows -- [NormCap-0.4.4-x86_64-Windows.msi](https://github.com/dynobo/normcap/releases/download/v0.4.4/NormCap-0.4.4-x86_64-Windows.msi) +- [NormCap-0.5.0-x86_64-Windows.msi](https://github.com/dynobo/normcap/releases/download/v0.5.0/NormCap-0.5.0-x86_64-Windows.msi) (Installer) - [Normcap @ Microsoft Store](https://apps.microsoft.com/store/detail/normcap/XPDLJNB4B6C2ZR)\* #### Linux -- [NormCap-0.4.4-x86_64.AppImage](https://github.com/dynobo/normcap/releases/download/v0.4.4/NormCap-0.4.4-x86_64.AppImage) +- [NormCap-0.5.0-x86_64.AppImage](https://github.com/dynobo/normcap/releases/download/v0.5.0/NormCap-0.5.0-x86_64.AppImage) (Binary) - [`normcap` @ AUR](https://aur.archlinux.org/packages/normcap) (Arch/Manjaro) - [com.github.dynobo.normcap @ FlatHub](https://flathub.org/apps/details/com.github.dynobo.normcap) @@ -50,9 +50,9 @@ Note: You have to allow the unsigned application on first start: "System Prefere "Security & Privacy" → "General" → "Open anyway". You also have to allow NormCap to take screenshots. ([#135](https://github.com/dynobo/normcap/issues/135)) -- [NormCap-0.4.4-x86_64-macOS.dmg](https://github.com/dynobo/normcap/releases/download/v0.4.4/NormCap-0.4.4-x86_64-macOS.dmg) +- [NormCap-0.5.0-x86_64-macOS.dmg](https://github.com/dynobo/normcap/releases/download/v0.5.0/NormCap-0.5.0-x86_64-macOS.dmg) (Installer for x86/64) -- [NormCap-0.4.4-arm64-macOS.dmg](https://github.com/dynobo/normcap/releases/download/v0.4.4/NormCap-0.4.4-arm64-macOS.dmg) +- [NormCap-0.5.0-arm64-macOS.dmg](https://github.com/dynobo/normcap/releases/download/v0.5.0/NormCap-0.5.0-arm64-macOS.dmg) (Installer for M1)\* \* _Might be available delayed, as it is currently build/uploaded manually. (Thx, diff --git a/docs/index.html b/docs/index.html index 4eca8566..19c77843 100644 --- a/docs/index.html +++ b/docs/index.html @@ -53,7 +53,7 @@ >
-

NormCap v0.4.4

+

NormCap v0.5.0

  • Download for Windows x86_64, ~120 MB @@ -82,7 +82,7 @@

  • Download for Linux x86_64, ~90 MB @@ -90,7 +90,7 @@

  • Download for macOS x86_64, ~80 MB @@ -102,7 +102,7 @@

  • Download for macOS (M1) arm64, ~65 MB diff --git a/normcap/__init__.py b/normcap/__init__.py index 6f42fe68..5a80071c 100644 --- a/normcap/__init__.py +++ b/normcap/__init__.py @@ -1,2 +1,2 @@ """Normcap Package.""" -__version__ = "0.5.0-beta1" +__version__ = "0.5.0" diff --git a/pyproject.toml b/pyproject.toml index 45579084..4e6e9472 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "normcap" -version = "0.5.0-beta1" +version = "0.5.0" description = "OCR-powered screen-capture tool to capture information instead of images." keywords = ["screenshot", "ocr", "capture", "clipboard"] readme = "README.md" @@ -326,7 +326,7 @@ use_full_install_path = false [tool.tbump.version] -current = "0.5.0-beta1" +current = "0.5.0" regex = ''' (?P\d+) \.