Skip to content

Commit 486617f

Browse files
committed
Bumped version number to 1.1.0-beta
1 parent fb4a27e commit 486617f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: src/MainWindow.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ MainWindow::MainWindow(QWidget* parent)
9797
QCoreApplication::setOrganizationName("RINWARES");
9898
QCoreApplication::setOrganizationDomain("rinwares.com");
9999
QCoreApplication::setApplicationName("SampX");
100-
QCoreApplication::setApplicationVersion("v.1.0.2-alpha");
100+
QCoreApplication::setApplicationVersion("v.1.1.0-beta");
101101

102102
settings_ = new QSettings();
103103

@@ -623,8 +623,8 @@ TG: <a href='https://t.me/rinwares_official'><span style="text-decoration: none;
623623
Discord: <a href='https://rinwares.com/discord'><span style="text-decoration: none; color:white;">rinwares.com/discord</span></a><br/>
624624
BlastHack: <a href='https://www.blast.hk/threads/105888/'><span style="text-decoration: none; color:white;">blast.hk/threads/105888/</span></a><br/><br/>
625625
%5: <a href='https://t.me/Rinat_Namazov'><span style="text-decoration: none; color:white;">Rinat Namazov</span></a><br/><br/>
626-
%6: <a href='https://rinwares.com/donate'><span style="text-decoration: none; color:white;">rinwares.com/donate</span></a><br/><br/>
627-
Copyright © 2021 RINWARES. All rights reserved.)")
626+
%6: <a href='https://rinwares.com/donate'><span style="text-decoration: none; color:white;">rinwares.com/donate</span></a><br/>
627+
<p style='text-align:center'>Copyright © 2021, 2023 RINWARES.<br/>All rights reserved.</p>)")
628628
.arg(tr("Version"),
629629
QCoreApplication::applicationVersion(),
630630
tr("The custom launcher of SA-MP"),

Diff for: vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sampx",
3-
"version-semver": "1.0.2-alpha",
3+
"version-semver": "1.1.0-beta",
44
"description": "SampX is the custom launcher of SA-MP.",
55
"homepage": "https://github.com/RinatNamazov/SampX",
66
"dependencies": [

0 commit comments

Comments
 (0)