Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar Desktop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Briar Desktop
Commits
2a5e403c
Verified
Commit
2a5e403c
authored
2 years ago
by
Sebastian
Browse files
Options
Downloads
Patches
Plain Diff
Bump version code to 0.4.2
parent
474b512d
No related branches found
Branches containing commit
Tags
0.4.2-beta
Tags containing commit
1 merge request
!325
Bump version code to 0.4.2
Pipeline
#13962
passed
1 year ago
Changes
2
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
briar-desktop/build.gradle.kts
+1
-1
1 addition, 1 deletion
briar-desktop/build.gradle.kts
briar-desktop/src/appResources/linux/org.briarproject.Briar.metainfo.xml
+9
-1
9 additions, 1 deletion
...rc/appResources/linux/org.briarproject.Briar.metainfo.xml
with
10 additions
and
2 deletions
briar-desktop/build.gradle.kts
+
1
−
1
View file @
2a5e403c
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
briar-desktop/src/appResources/linux/org.briarproject.Briar.metainfo.xml
+
9
−
1
View file @
2a5e403c
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment