Skip to content

Commit e831687

Browse files
committed
bump version to 0.1.22
1 parent 0e0fa6f commit e831687

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
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.21"
4+
version = "0.1.22"
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.20"
3-
new_version="0.1.21"
2+
current_version="0.1.21"
3+
new_version="0.1.22"
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

debbuild.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
#
2727
original_name="stage"
2828
name="stage-git-gui"
29-
version="0.1.21"
30-
release=+ds5
31-
# release=
29+
version="0.1.22"
30+
# release=+ds5
31+
release=
3232
full_id="io.github.aganzha.Stage"
3333
tar_name="$name"_"$version""$release".orig.tar.xz
3434
rm ../stage-git-gui_*

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.21"
30+
"tag": "0.1.22"
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.21" date="2025-06-10">
67+
<release version="0.1.22" date="2025-06-21">
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.21"
4+
version="0.1.22"
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.21-1.fc42.src.rpm
117+
# copr-cli build aganzha/stage ~/rpmbuild/SRPMS/stage-git-gui-0.1.22-1.fc42.src.rpm

0 commit comments

Comments
 (0)