Skip to content

Commit 5d195d0

Browse files
committed
feat(version): bump version to 1.1.0
1 parent 790f5d3 commit 5d195d0

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
<launchable type="desktop-id">koncentro.desktop</launchable>
6969

7070
<releases>
71-
<release version="1.0.1" date="2025-07-30">
72-
<url type="details">https://github.com/kun-codes/Koncentro/releases/tag/v1.0.1</url>
71+
<release version="1.1.0" date="2025-10-02">
72+
<url type="details">https://github.com/kun-codes/Koncentro/releases/tag/v1.1.0</url>
7373
</release>
7474
</releases>
7575
</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 = "1.0.1"
3+
version = "1.1.0"
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__ = "1.0.1"
2+
__version__ = "1.1.0"
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 = "1.0.1"
2+
current = "1.1.0"
33

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

0 commit comments

Comments
 (0)