Skip to content

Commit 4ea3c8f

Browse files
committed
bump version to 0.1.21
1 parent 02ce8bf commit 4ea3c8f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stage"
33
description="GUI Git client inspired by Magit"
4-
version = "0.1.20"
4+
version = "0.1.21"
55
edition = "2021"
66
license = "GPL-3.0-or-later"
77
authors = ["Aleksey Ganzha <aganzha@yandex.ru>"]

bump.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
2-
current_version="0.1.19"
3-
new_version="0.1.20"
2+
current_version="0.1.20"
3+
new_version="0.1.21"
44
sed -i "s/$current_version/$new_version/g" ./Cargo.toml
55
sed -i "s/$current_version/$new_version/g" ./io.github.aganzha.Stage.json
66
sed -i "s/$current_version/$new_version/g" ./io.github.aganzha.Stage.metainfo.xml

io.github.aganzha.Stage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{
2828
"type": "git",
2929
"url": "https://github.com/aganzha/stage.git",
30-
"tag": "0.1.20"
30+
"tag": "0.1.21"
3131
},
3232
"io.github.aganzha.Stage.cargo-sources.json"
3333
]

io.github.aganzha.Stage.metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
6464
<update_contact>aganzha@yandex.ru</update_contact>
6565

6666
<releases>
67-
<release version="0.1.20" date="2025-06-08">
67+
<release version="0.1.21" date="2025-06-10">
6868
<description>
6969
<p>Application release</p>
7070
</description>

rpmbuild.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
original_name="stage"
33
name="stage-git-gui"
4-
version="0.1.20"
4+
version="0.1.21"
55
release=1
66
full_id="io.github.aganzha.Stage"
77
spec_name="stage-git-gui.spec"
@@ -114,4 +114,4 @@ git checkout Cargo.toml
114114
git checkout Cargo.lock
115115
rpmbuild -bs ~/rpmbuild/SPECS/$spec_name
116116
# toolbox run -c f42-rpmbuild rpmbuild -ba ~/rpmbuild/SPECS/$spec_name
117-
# copr-cli build aganzha/stage ~/rpmbuild/SRPMS/stage-git-gui-0.1.20-1.fc42.src.rpm
117+
# copr-cli build aganzha/stage ~/rpmbuild/SRPMS/stage-git-gui-0.1.21-1.fc42.src.rpm

0 commit comments

Comments
 (0)