Skip to content

Commit

Permalink
ci: bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed May 1, 2023
1 parent 17fa2c0 commit 81ed060
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -29,13 +29,13 @@ macOS and Windows._**
Install a prebuilt release:

- **Windows**:
[NormCap-0.4.0-x86_64-Windows.msi](https://github.com/dynobo/normcap/releases/download/v0.4.0/NormCap-0.4.0-x86_64-Windows.msi)
[NormCap-0.4.1-x86_64-Windows.msi](https://github.com/dynobo/normcap/releases/download/v0.4.1/NormCap-0.4.1-x86_64-Windows.msi)
- **Linux**:
[NormCap-0.4.0-x86_64.AppImage](https://github.com/dynobo/normcap/releases/download/v0.4.0/NormCap-0.4.0-x86_64.AppImage)
[NormCap-0.4.1-x86_64.AppImage](https://github.com/dynobo/normcap/releases/download/v0.4.1/NormCap-0.4.1-x86_64.AppImage)
- **macOS** (x86) ¹:
[NormCap-0.4.0-x86_64-macOS.dmg](https://github.com/dynobo/normcap/releases/download/v0.4.0/NormCap-0.4.0-x86_64-macOS.dmg)
[NormCap-0.4.1-x86_64-macOS.dmg](https://github.com/dynobo/normcap/releases/download/v0.4.1/NormCap-0.4.1-x86_64-macOS.dmg)
- **macOS** (M1) ¹·²:
[NormCap-0.4.0-arm64-macOS.dmg](https://github.com/dynobo/normcap/releases/download/v0.4.0/NormCap-0.4.0-arm64-macOS.dmg)
[NormCap-0.4.1-arm64-macOS.dmg](https://github.com/dynobo/normcap/releases/download/v0.4.1/NormCap-0.4.1-arm64-macOS.dmg)
\
<sub>1: On macOS, allow the unsigned application on first start: "System
Preferences" → "Security & Privacy" → "General" → "Open anyway". You might also need
Expand Down
2 changes: 1 addition & 1 deletion bundle/normcap.wxs
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<?define ProductVersion = "0.4.0" ?>
<?define ProductVersion = "0.4.1" ?>
<?define ProductUpgradeCode = "63ee06c1-0030-59d7-a5ae-31b45fc8261a" ?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" UpgradeCode="$(var.ProductUpgradeCode)" Name="NormCap" Version="$(var.ProductVersion)" Manufacturer="dynobo" Language="1033">
Expand Down
10 changes: 5 additions & 5 deletions docs/index.html
Expand Up @@ -53,7 +53,7 @@
></a>
<div>
<div class="hgroup">
<h1>NormCap v0.4.0</h1>
<h1>NormCap v0.4.1</h1>
<h2>
<a
href="https://en.wikipedia.org/wiki/Optical_character_recognition"
Expand All @@ -74,23 +74,23 @@ <h2>
<ul>
<li>
<a
href="https://github.com/dynobo/normcap/releases/download/v0.4.0/NormCap-0.4.0-x86_64-Windows.msi"
href="https://github.com/dynobo/normcap/releases/download/v0.4.1/NormCap-0.4.1-x86_64-Windows.msi"
>Download for <strong>Windows</strong></a
>
<small>x86_64, ~120 MB</small>
<span data-tooltip="Run installer and start through start menu">🛈</span>
</li>
<li>
<a
href="https://github.com/dynobo/normcap/releases/download/v0.4.0/NormCap-0.4.0-x86_64.AppImage"
href="https://github.com/dynobo/normcap/releases/download/v0.4.1/NormCap-0.4.1-x86_64.AppImage"
>Download for <strong>Linux</strong></a
>
<small>x86_64, ~90 MB</small>
<span data-tooltip="Make the file executable and run it">🛈</span>
</li>
<li>
<a
href="https://github.com/dynobo/normcap/releases/download/v0.4.0/NormCap-0.4.0-x86_64-macOS.dmg"
href="https://github.com/dynobo/normcap/releases/download/v0.4.1/NormCap-0.4.1-x86_64-macOS.dmg"
>Download for <strong>macOS</strong></a
>
<small>x86_64, ~80 MB</small>
Expand All @@ -102,7 +102,7 @@ <h2>
</li>
<li>
<a
href="https://github.com/dynobo/normcap/releases/download/v0.4.0/NormCap-0.4.0-arm64-macOS.dmg"
href="https://github.com/dynobo/normcap/releases/download/v0.4.1/NormCap-0.4.1-arm64-macOS.dmg"
>Download for <strong>macOS (M1)</strong></a
>
<small>arm64, ~65 MB</small>
Expand Down
2 changes: 1 addition & 1 deletion normcap/__init__.py
@@ -1,3 +1,3 @@
"""Normcap Package."""

__version__ = "0.4.0"
__version__ = "0.4.1"
6 changes: 3 additions & 3 deletions pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "normcap"
version = "0.4.0"
version = "0.4.1"
description = "OCR-powered screen-capture tool to capture information instead of images."
keywords = ["screenshot", "ocr", "capture", "clipboard"]
license = "GPLv3"
Expand Down Expand Up @@ -157,7 +157,7 @@ source = ["normcap"]
[tool.briefcase]
project_name = "NormCap"
bundle = "eu.dynobo"
version = "0.4.0"
version = "0.4.1"
url = "https://github.com/dynobo/normcap"
license = "GPLv3"
author = 'dynobo'
Expand Down Expand Up @@ -276,7 +276,7 @@ USER brutus
[tool.tbump]

[tool.tbump.version]
current = "0.4.0"
current = "0.4.1"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 81ed060

Please sign in to comment.