Skip to content

Commit

Permalink
Bumped version number to 1.2.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
RinatNamazov committed Oct 17, 2023
1 parent 9866924 commit 553daf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ MainWindow::MainWindow(QWidget* parent)
QCoreApplication::setOrganizationName("RINWARES");
QCoreApplication::setOrganizationDomain("rinwares.com");
QCoreApplication::setApplicationName("SampX");
QCoreApplication::setApplicationVersion("v.1.1.0-beta");
QCoreApplication::setApplicationVersion("v.1.2.0-beta");

settings_ = new QSettings();

Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sampx",
"version-semver": "1.1.0-beta",
"version-semver": "1.2.0-beta",
"description": "SampX is the custom launcher of SA-MP.",
"homepage": "https://github.com/RinatNamazov/SampX",
"dependencies": [
Expand Down

0 comments on commit 553daf3

Please sign in to comment.