Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady committed Jun 28, 2024
1 parent da9f520 commit ade283e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "omp-launcher",
"private": true,
"version": "1.0.0",
"version": "1.2.0",
"type": "module",
"homepage": "https://github.com/openmultiplayer/launcher",
"author": "Amyr (iAmir) Ahmady (https://github.com/AmyrAhmady)",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "omp-launcher"
version = "1.0.0"
version = "1.2.0"
description = "open.mp launcher"
authors = ["Amyr Ahmady (iAmir)"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"package": {
"productName": "omp-launcher",
"version": "1.0.0"
"version": "1.2.0"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants/app.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = "2";
export const VERSION = "3";

type ResourceName =
| "samp_clients.7z"
Expand Down

2 comments on commit ade283e

@karthigenius
Copy link
Contributor

@karthigenius karthigenius commented on ade283e Jun 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Launcher Update Module Provokes to Downgrade the Launcher Version
Screenshot 2024-06-28 105625

is this due to Nightly Build ..?
@AmyrAhmady

@AmyrAhmady
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@karthigenius Yes, this is due to nightly build having higher version than official one
you can just ignore it

Please sign in to comment.