Skip to content

Commit

Permalink
update version number in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
CarVac committed Jan 23, 2021
1 parent a410ca8 commit 3333fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filmulator-gui/qml/filmulator-gui/Settings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,6 @@ Rectangle {
anchors.bottom: parent.bottom
anchors.margins: 4 * uiScale
font.pixelSize: 12.0 * uiScale
text: "v0.11.0rc8" + " "
text: "v0.11.0" + " "
}
}

0 comments on commit 3333fa6

Please sign in to comment.