Skip to content

Commit

Permalink
Bump verison in QML
Browse files Browse the repository at this point in the history
  • Loading branch information
Solirs committed Jul 15, 2023
1 parent 47f64b0 commit 70b68a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freefang_qt/qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ApplicationWindow {
height: 500
visibility: "Maximized"
title: "freefang-qt"
property string version: "0.1.1"
property string version: "0.4.0"
property string gameid: "Game ID here"
property string gameserver: "127.0.0.1:9999"
property int playercap: 5
Expand Down

0 comments on commit 70b68a9

Please sign in to comment.