Skip to content
Snippets Groups Projects
Verified Commit 5fbac3b5 authored by Mikolai Gütschow's avatar Mikolai Gütschow
Browse files

bump versionCode to 0.4.0

parent 3e0c6c21
No related branches found
No related tags found
1 merge request!296bump versionCode to 0.4.0
Pipeline #13393 passed
/*
* Briar Desktop
* Copyright (C) 2021-2022 The Briar Project
* Copyright (C) 2021-2023 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
......@@ -64,7 +64,7 @@ sourceSets {
}
}
val versionCode = "0.3.1"
val versionCode = "0.4.0"
val buildType = if (project.hasProperty("buildType")) project.properties["buildType"] else "snapshot"
group = "app.briar.desktop"
version = "$versionCode-$buildType"
......
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Briar Desktop
~ Copyright (C) 2023 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
~ published by the Free Software Foundation, either version 3 of the
~ License, or (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU Affero General Public License for more details.
~
~ You should have received a copy of the GNU Affero General Public License
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<component type="desktop-application">
<id>org.briarproject.Briar</id>
<metadata_license>CC-BY-4.0</metadata_license>
......@@ -55,6 +73,14 @@
</custom>
<releases>
<release version="0.4.0-beta" date="2023-01-31">
<description>
<p>
See the changelog for more information on this release.
</p>
</description>
<url>https://code.briarproject.org/briar/briar-desktop/-/wikis/Changelog#040-beta</url>
</release>
<release version="0.3.1-beta" date="2022-10-13">
<description>
<p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment