Skip to content

Commit 82693ef

Browse files
committed
ci: Bump version to 0.7.3
1 parent 51e2f6d commit 82693ef

File tree

4 files changed

+23
-10
lines changed

4 files changed

+23
-10
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
gnomeshade:
3-
image: ghcr.io/vmelnalksnis/gnomeshade:0.7.2
3+
image: ghcr.io/vmelnalksnis/gnomeshade:0.7.3
44
restart: unless-stopped
55
ports:
66
- "8080:8080"

docs/changelog.html

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<label>Changelog:</label>
2828
<ul>
2929
<li><a href="#unreleased">Unreleased</a></li>
30+
<li><a href="#v0.7.3">v0.7.3</a></li>
3031
<li><a href="#v0.7.2">v0.7.2</a></li>
3132
<li><a href="#v0.7.1">v0.7.1</a></li>
3233
<li><a href="#v0.7.0">v0.7.0</a></li>
@@ -44,7 +45,7 @@
4445

4546
<main id="top" class="content">
4647
<h1>Changelog</h1>
47-
<section id="unreleased">
48+
<section id="unreleased" hidden="hidden">
4849
<div>
4950
<a style="display: inline" href="#unreleased"><img src="link.png" alt="link"/></a>
5051
<h2 style="display: inline">Unreleased</h2>
@@ -70,7 +71,24 @@ <h3>Removed</h3>
7071
<ul></ul>
7172
</section>
7273

73-
<section id="unreleased_fixed">
74+
<section id="unreleased_fixed" hidden="hidden">
75+
<h3>Fixed</h3>
76+
<ul></ul>
77+
</section>
78+
79+
<section id="unreleased_security" hidden="hidden">
80+
<h3>Security</h3>
81+
<ul></ul>
82+
</section>
83+
</section>
84+
85+
<section id="v0.7.3">
86+
<div>
87+
<a style="display: inline" href="#v0.7.3"><img src="link.png" alt="link"/></a>
88+
<h2 style="display: inline">v0.7.3</h2>
89+
</div>
90+
91+
<section id="v0.7.3_fixed">
7492
<h3>Fixed</h3>
7593
<ul>
7694
<li>
@@ -80,11 +98,6 @@ <h3>Fixed</h3>
8098
</li>
8199
</ul>
82100
</section>
83-
84-
<section id="unreleased_security" hidden="hidden">
85-
<h3>Security</h3>
86-
<ul></ul>
87-
</section>
88101
</section>
89102

90103
<section id="v0.7.2">

source/Gnomeshade.Desktop.Installer/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?define ProductId = "{581456f4-c99e-40c8-b735-db1adf34b9eb}" ?>
1+
<?define ProductId = "{5683eac3-1653-49c8-b606-889a70f27fb9}" ?>
22
<?define Name = "Gnomeshade" ?>
33
<?define Description = "Gnomeshade desktop client" ?>
44
<?define Manufacturer = "Valters Melnalksnis" ?>

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.2
1+
0.7.3

0 commit comments

Comments
 (0)