Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
belohoub committed Jun 8, 2023
1 parent cf6db21 commit 2a0f671
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 0.8.1 (06/2023)
1. Translation updates
1. Systemd service installation-related issue fixed (issue #26)

# 0.8.0 (03/2023)
1. Focal support added
1. New focal-compatible binaries and libs included
Expand Down
4 changes: 2 additions & 2 deletions UBsync-ui/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ MainView {
// Note! applicationName needs to match the "name" field of the click manifest
applicationName: "ubsync"
applicationVersion: "0.8"
applicationPatch: "0" // minor version
applicationPatch: "1" // minor version

anchorToKeyboard: true

Expand All @@ -56,7 +56,7 @@ MainView {
property string owncloudcmdVersion
property string owncloudSyncdVersion
property string ubsyncVersion: "0.8"
property string ubsyncVersionPatch: "0"
property string ubsyncVersionPatch: "1"

property string color_targetActive: "forestgreen"
property string color_targetInactive: "silver"
Expand Down
2 changes: 1 addition & 1 deletion manifest.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"desktop": "UBsync-ui/UBsync.desktop"
}
},
"version": "0.8.0",
"version": "0.8.1",
"maintainer": "Jan Belohoubek <jan.belohoubek@fit.cvut.cz>",
"framework": "ubuntu-sdk-20.04"
}

0 comments on commit 2a0f671

Please sign in to comment.