Skip to content

Commit

Permalink
Bump plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtryb committed Apr 6, 2024
1 parent 91ad1de commit 1e46fd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Shortcut composer **v1.5.2**
# Shortcut composer **v1.5.3**

[![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
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, 3, "dev")
__version__ = Version(1, 5, 3)
"""Version of the Shortcut Composer plugin."""

__required_krita_version__ = Version(5, 2, 2)
Expand Down
2 changes: 1 addition & 1 deletion 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-2-">Shortcut composer <strong>v1.5.2</strong></h1>
<h1 id="shortcut-composer-v1-5-3-">Shortcut composer <strong>v1.5.3</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 Down

0 comments on commit 1e46fd8

Please sign in to comment.