Skip to content

Commit

Permalink
Bump plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtryb committed Jul 12, 2024
1 parent b0d2dba commit 2bc72b4
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.5.3**
# Shortcut composer **v1.5.4**

[![python](https://img.shields.io/badge/Python-3.10-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 @@ -40,7 +40,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.2.2**
- Version of krita on plugin release: **5.2.3**
- Required version of krita: **5.2.2** 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
Expand Up @@ -5,7 +5,7 @@

from api_krita.wrappers import Version

__version__ = Version(1, 5, 4, "dev")
__version__ = Version(1, 5, 4)
"""Version of the Shortcut Composer plugin."""

__required_krita_version__ = Version(5, 2, 2)
Expand Down
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-5-3-">Shortcut composer <strong>v1.5.3</strong></h1>
<h1 id="shortcut-composer-v1-5-4-">Shortcut composer <strong>v1.5.4</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 @@ -23,7 +23,7 @@ <h1 id="shortcut-composer-v1-5-3-">Shortcut composer <strong>v1.5.3</strong></h1
</ul>
<h2 id="requirements">Requirements</h2>
<ul>
<li>Version of krita on plugin release: <strong>5.2.2</strong></li>
<li>Version of krita on plugin release: <strong>5.2.3</strong></li>
<li>Required version of krita: <strong>5.2.2</strong> or later</li>
</ul>
<p>OS support state:</p>
Expand Down

0 comments on commit 2bc72b4

Please sign in to comment.