From fd73e0bdce41f31c3d4b7d642fbcdb024068d4f7 Mon Sep 17 00:00:00 2001
From: ialokim <ialokim@mailbox.org>
Date: Mon, 19 Feb 2024 17:39:06 +0100
Subject: [PATCH] bump version code to 0.6.1

---
 briar-desktop/build.gradle.kts                            | 4 ++--
 .../linux/org.briarproject.Briar.metainfo.xml             | 8 ++++++++
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/briar-desktop/build.gradle.kts b/briar-desktop/build.gradle.kts
index fdbef558e9..93d54fb849 100644
--- a/briar-desktop/build.gradle.kts
+++ b/briar-desktop/build.gradle.kts
@@ -1,6 +1,6 @@
 /*
  * Briar Desktop
- * Copyright (C) 2021-2023 The Briar Project
+ * Copyright (C) 2021-2024 The Briar Project
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -77,7 +77,7 @@ sourceSets {
     }
 }
 
-val versionCode = "0.6.0"
+val versionCode = "0.6.1"
 val buildType = if (project.hasProperty("buildType")) project.properties["buildType"] else "snapshot"
 group = "app.briar.desktop"
 version = "$versionCode-$buildType"
diff --git a/briar-desktop/src/appResources/linux/org.briarproject.Briar.metainfo.xml b/briar-desktop/src/appResources/linux/org.briarproject.Briar.metainfo.xml
index 0497957871..b6d36cfb16 100644
--- a/briar-desktop/src/appResources/linux/org.briarproject.Briar.metainfo.xml
+++ b/briar-desktop/src/appResources/linux/org.briarproject.Briar.metainfo.xml
@@ -73,6 +73,14 @@
     </custom>
 
     <releases>
+        <release version="0.6.1-beta" date="2024-02-19">
+            <description>
+                <p>
+                    See the changelog for more information on this release.
+                </p>
+            </description>
+            <url>https://code.briarproject.org/briar/briar-desktop/-/wikis/Changelog#061-beta</url>
+        </release>
         <release version="0.6.0-beta" date="2023-08-31">
             <description>
                 <p>
-- 
GitLab