Skip to content

Commit

Permalink
ci: Bump version to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
VMelnalksnis committed Feb 11, 2024
1 parent 51e2f6d commit 82693ef
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
gnomeshade:
image: ghcr.io/vmelnalksnis/gnomeshade:0.7.2
image: ghcr.io/vmelnalksnis/gnomeshade:0.7.3
restart: unless-stopped
ports:
- "8080:8080"
Expand Down
27 changes: 20 additions & 7 deletions docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<label>Changelog:</label>
<ul>
<li><a href="#unreleased">Unreleased</a></li>
<li><a href="#v0.7.3">v0.7.3</a></li>
<li><a href="#v0.7.2">v0.7.2</a></li>
<li><a href="#v0.7.1">v0.7.1</a></li>
<li><a href="#v0.7.0">v0.7.0</a></li>
Expand All @@ -44,7 +45,7 @@

<main id="top" class="content">
<h1>Changelog</h1>
<section id="unreleased">
<section id="unreleased" hidden="hidden">
<div>
<a style="display: inline" href="#unreleased"><img src="link.png" alt="link"/></a>
<h2 style="display: inline">Unreleased</h2>
Expand All @@ -70,7 +71,24 @@ <h3>Removed</h3>
<ul></ul>
</section>

<section id="unreleased_fixed">
<section id="unreleased_fixed" hidden="hidden">
<h3>Fixed</h3>
<ul></ul>
</section>

<section id="unreleased_security" hidden="hidden">
<h3>Security</h3>
<ul></ul>
</section>
</section>

<section id="v0.7.3">
<div>
<a style="display: inline" href="#v0.7.3"><img src="link.png" alt="link"/></a>
<h2 style="display: inline">v0.7.3</h2>
</div>

<section id="v0.7.3_fixed">
<h3>Fixed</h3>
<ul>
<li>
Expand All @@ -80,11 +98,6 @@ <h3>Fixed</h3>
</li>
</ul>
</section>

<section id="unreleased_security" hidden="hidden">
<h3>Security</h3>
<ul></ul>
</section>
</section>

<section id="v0.7.2">
Expand Down
2 changes: 1 addition & 1 deletion source/Gnomeshade.Desktop.Installer/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?define ProductId = "{581456f4-c99e-40c8-b735-db1adf34b9eb}" ?>
<?define ProductId = "{5683eac3-1653-49c8-b606-889a70f27fb9}" ?>
<?define Name = "Gnomeshade" ?>
<?define Description = "Gnomeshade desktop client" ?>
<?define Manufacturer = "Valters Melnalksnis" ?>
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.2
0.7.3

0 comments on commit 82693ef

Please sign in to comment.