Skip to content

Commit

Permalink
Applied v0.2.0 in app data
Browse files Browse the repository at this point in the history
  • Loading branch information
kbumsik committed Jun 3, 2018
1 parent 920fd56 commit bae43c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion virtscreen/assets/AppWindow.qml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ ApplicationWindow {
anchors.horizontalCenter: parent.horizontalCenter
horizontalAlignment: Text.AlignHCenter
font { weight: Font.Bold; pointSize: 15 }
text: "VirtScreen"
text: "VirtScreen" + " v" + settings.version
}
Text {
anchors.horizontalCenter: parent.horizontalCenter
Expand Down
2 changes: 1 addition & 1 deletion virtscreen/assets/config.default.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2",
"version": "0.2.0",
"x11vncVersion": "0.9.15",
"theme_color": 8,
"virt": {
Expand Down
2 changes: 1 addition & 1 deletion virtscreen/assets/data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2",
"version": "0.2.0",
"x11vncOptions": {
"-ncache": {
"value": "-ncache",
Expand Down

0 comments on commit bae43c8

Please sign in to comment.