Skip to content

Commit 3092597

Browse files
committed
chore(release): bump version to 1.0.0-beta.1
1 parent 1b5d411 commit 3092597

File tree

6 files changed

+24
-9
lines changed

6 files changed

+24
-9
lines changed

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The following releases of SJMCL are currently supported.
66

77
| Version | Supported |
88
| ------- | --------- |
9+
| 1.x ||
910
| 0.x ||
1011
| Other ||
1112

package-lock.json

Lines changed: 19 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sjmcl",
3-
"version": "0.8.3",
3+
"version": "1.0.0-beta.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "SJMCL"
3-
version = "0.8.3"
3+
version = "1.0.0-beta.1"
44
description = "A Minecraft launcher from SJMC"
55
authors = ["SJMCL Team"]
66
license = "GNU General Public License v3.0 (with additional terms)"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "SJMCL",
4-
"version": "0.8.3",
4+
"version": "1.0.0-beta.1",
55
"identifier": "SJMCL",
66
"build": {
77
"frontendDist": "../out",

0 commit comments

Comments
 (0)