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

bump versionCode to 0.3.1

parent e35b960f
No related branches found
Tags 0.3.1-beta
1 merge request!253Release 0.3.1
Pipeline #12448 passed
......@@ -32,7 +32,7 @@ plugins {
id("org.briarproject.briar.desktop.build-data-gradle-plugin")
}
val versionCode = "0.3.0"
val versionCode = "0.3.1"
val buildType = if (project.hasProperty("buildType")) project.properties["buildType"] else "snapshot"
group = "app.briar.desktop"
version = "$versionCode-$buildType"
......
......@@ -55,6 +55,14 @@
</custom>
<releases>
<release version="0.3.1-beta" date="2022-10-13">
<description>
<p>
See the changelog for more information on this release.
</p>
</description>
<url>https://code.briarproject.org/briar/briar-desktop/-/wikis/Changelog#031-beta</url>
</release>
<release version="0.3.0-beta" date="2022-09-30">
<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