forked from quickshell/quickshell
misc: change version to 0.1
This commit is contained in:
parent
28087c182e
commit
63180382be
5 changed files with 5 additions and 5 deletions
|
@ -17,6 +17,6 @@ qt_add_executable(quickshell
|
|||
panelinterface.cpp
|
||||
)
|
||||
|
||||
qt_add_qml_module(quickshell URI Quickshell)
|
||||
qt_add_qml_module(quickshell URI Quickshell VERSION 0.1)
|
||||
|
||||
target_link_libraries(quickshell PRIVATE ${QT_DEPS})
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
int main(int argc, char** argv) {
|
||||
const auto app = QGuiApplication(argc, argv);
|
||||
QGuiApplication::setApplicationName("quickshell");
|
||||
QGuiApplication::setApplicationVersion("0.0.1");
|
||||
QGuiApplication::setApplicationVersion("0.1.0");
|
||||
|
||||
QCommandLineParser parser;
|
||||
parser.addHelpOption();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue