Skip to content

Commit 15d31a4

Browse files
authored
Merge pull request #4 from WrenSwift/Dev
Change versioning for changes not classifying as minor release
2 parents 2423fcd + e74bd98 commit 15d31a4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

SimsSwitcher

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 028434fc77a54f3136072e51495db9ede956e2e0

mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ QString activeSubDirName = "Mods"; // This is where the active mods are stored
2929
QString disabledSubDirName = "(d)Mods"; // Change this to your desired subdirectory
3030
QString csvFilePath = "inc/packsDil.csv";
3131
QString csvCloudPath = "https://wrenswift.com/packsDil.csv";
32-
QString version = "1.1.0"; // Version of the application
32+
QString version = "1.0.1"; // Version of the application
3333

3434
MainWindow::MainWindow(QWidget *parent)
3535
: QMainWindow(parent)

0 commit comments

Comments
 (0)