File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ MainWindow::MainWindow(QWidget* parent)
97
97
QCoreApplication::setOrganizationName (" RINWARES" );
98
98
QCoreApplication::setOrganizationDomain (" rinwares.com" );
99
99
QCoreApplication::setApplicationName (" SampX" );
100
- QCoreApplication::setApplicationVersion (" v.1.0.2-alpha " );
100
+ QCoreApplication::setApplicationVersion (" v.1.1.0-beta " );
101
101
102
102
settings_ = new QSettings ();
103
103
@@ -623,8 +623,8 @@ TG: <a href='https://t.me/rinwares_official'><span style="text-decoration: none;
623
623
Discord: <a href='https://rinwares.com/discord'><span style="text-decoration: none; color:white;">rinwares.com/discord</span></a><br/>
624
624
BlastHack: <a href='https://www.blast.hk/threads/105888/'><span style="text-decoration: none; color:white;">blast.hk/threads/105888/</span></a><br/><br/>
625
625
%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> )" )
628
628
.arg (tr (" Version" ),
629
629
QCoreApplication::applicationVersion (),
630
630
tr (" The custom launcher of SA-MP" ),
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sampx" ,
3
- "version-semver" : " 1.0.2-alpha " ,
3
+ "version-semver" : " 1.1.0-beta " ,
4
4
"description" : " SampX is the custom launcher of SA-MP." ,
5
5
"homepage" : " https://github.com/RinatNamazov/SampX" ,
6
6
"dependencies" : [
You can’t perform that action at this time.
0 commit comments