Skip to content

Commit 652c808

Browse files
committed
update for v0.16.3
1 parent e28ae4c commit 652c808

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

data/io.github.alyraffauf.Switchyard.metainfo.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,17 @@
4747
>io.github.alyraffauf.Switchyard.desktop</launchable>
4848

4949
<releases>
50+
<release version="0.16.3" date="2026-06-20">
51+
<url
52+
type="details"
53+
>https://github.com/alyraffauf/switchyard/releases/tag/v0.16.3</url>
54+
<description translate="no">
55+
<p>This release comes with the following improvements:</p>
56+
<ul>
57+
<li>Added new documentation.</li>
58+
</ul>
59+
</description>
60+
</release>
5061
<release version="0.16.2" date="2026-06-20">
5162
<url
5263
type="details"

src/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const (
1212
AppName = "Switchyard"
1313
DeveloperName = "Aly Raffauf"
1414
Copyright = "© 2026 Aly Raffauf"
15-
Version = "0.16.2"
15+
Version = "0.16.3"
1616

1717
// Links
1818
WebsiteURL = "https://switchyard.aly.codes/"

webextension/manifest.firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Switchyard",
44
"description": "Open the current page in Switchyard for browser selection",
5-
"version": "0.16.2",
5+
"version": "0.16.3",
66
"homepage_url": "https://github.com/alyraffauf/Switchyard",
77
"permissions": ["activeTab", "contextMenus", "nativeMessaging"],
88
"background": {

webextension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Switchyard",
44
"description": "Open the current page in Switchyard for browser selection",
5-
"version": "0.16.2",
5+
"version": "0.16.3",
66
"homepage_url": "https://github.com/alyraffauf/Switchyard",
77
"permissions": ["activeTab", "contextMenus", "nativeMessaging"],
88
"background": {

webextension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "switchyard-webextension",
3-
"version": "0.16.2",
3+
"version": "0.16.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)