Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtryb committed Oct 20, 2023
1 parent 22299f7 commit 3bb0361
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Shortcut composer **v1.4.0**
# Shortcut composer **v1.4.1**

[![python](https://img.shields.io/badge/Python-3.8-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)
[![Code style: black](https://img.shields.io/badge/code%20style-autopep8-333333.svg)](https://pypi.org/project/autopep8/)
Expand Down Expand Up @@ -39,7 +39,7 @@ The plugin adds new shortcuts of the following types:
[![PIE MENUS - release video](https://github-production-user-asset-6210df.s3.amazonaws.com/51094047/238179887-87c00d86-0e65-46c2-94c4-52bb02c99501.png)](https://youtu.be/hrjBycVYFZM "PIE MENUS - introducing Shortcut Composer")

## Requirements
- Version of krita on plugin release: **5.1.5**
- Version of krita on plugin release: **5.2.0**
- Required version of krita: **5.1.0** or later

OS support state:
Expand Down
2 changes: 1 addition & 1 deletion shortcut_composer/INFO.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: © 2022-2023 Wojciech Trybus <[email protected]>
# SPDX-License-Identifier: GPL-3.0-or-later

__version__ = "1.4.1.dev"
__version__ = "1.4.1"
__author__ = "Wojciech Trybus"
__license__ = "GPL-3.0-or-later"
4 changes: 2 additions & 2 deletions shortcut_composer/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<body>

<h1 id="shortcut-composer-v1-4-0-">Shortcut composer <strong>v1.4.0</strong></h1>
<h1 id="shortcut-composer-v1-4-1-">Shortcut composer <strong>v1.4.1</strong></h1>
<hr>
<p><strong><code>Extension</code></strong> for painting application <strong><code>Krita</code></strong>, which allows to create custom, complex <strong><code>keyboard shortcuts</code></strong>.</p>
<p>The plugin adds new shortcuts of the following types:</p>
Expand All @@ -22,7 +22,7 @@ <h1 id="shortcut-composer-v1-4-0-">Shortcut composer <strong>v1.4.0</strong></h1
</ul>
<h2 id="requirements">Requirements</h2>
<ul>
<li>Version of krita on plugin release: <strong>5.1.5</strong></li>
<li>Version of krita on plugin release: <strong>5.2.0</strong></li>
<li>Required version of krita: <strong>5.1.0</strong> or later</li>
</ul>
<p>OS support state:</p>
Expand Down

0 comments on commit 3bb0361

Please sign in to comment.