Skip to content

Commit be4578e

Browse files
committed
feat(version): bump version to 0.11.1
1 parent 9e90c67 commit be4578e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

installer-scripts/linux/common/com.bishwasaha.Koncentro.metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<launchable type="desktop-id">koncentro.desktop</launchable>
6969

7070
<releases>
71-
<release version="0.11.0" date="2025-07-25">
71+
<release version="0.11.1" date="2025-07-26">
7272
</release>
7373
</releases>
7474
</component>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Koncentro"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
description = ""
55
authors = [
66
{ name = "kun-codes", email = "77796630+kun-codes@users.noreply.github.com" }

src/utils/get_app_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# if below line is modified then update tbump.toml search field for this file
2-
__version__ = "0.11.0"
2+
__version__ = "0.11.1"
33

44

55
def get_app_version() -> str:

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[version]
2-
current = "0.11.0"
2+
current = "0.11.1"
33

44
regex = '''
55
(?P<major>\d+)

0 commit comments

Comments
 (0)