Skip to content
Snippets Groups Projects
Verified Commit 2a5e403c authored by Sebastian's avatar Sebastian
Browse files

Bump version code to 0.4.2

parent 474b512d
No related branches found
Tags 0.4.2-beta
1 merge request!325Bump version code to 0.4.2
Pipeline #13962 passed
......@@ -65,7 +65,7 @@ sourceSets {
}
}
val versionCode = "0.4.1"
val versionCode = "0.4.2"
val buildType = if (project.hasProperty("buildType")) project.properties["buildType"] else "snapshot"
group = "app.briar.desktop"
version = "$versionCode-$buildType"
......
......@@ -73,7 +73,15 @@
</custom>
<releases>
<release version="0.4.1-beta" date="2023-03-09">
<release version="0.4.2-beta" date="2023-03-12">
<description>
<p>
See the changelog for more information on this release.
</p>
</description>
<url>https://code.briarproject.org/briar/briar-desktop/-/wikis/Changelog#042-beta</url>
</release>
<release version="0.4.1-beta" date="2023-03-10">
<description>
<p>
See the changelog for more information on this release.
......
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