Skip to content

Commit ee46624

Browse files
committed
chore(release): bump version to 0.8.3
1 parent 513cb8f commit ee46624

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 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.2",
3+
"version": "0.8.3",
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.2"
3+
version = "0.8.3"
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.2",
4+
"version": "0.8.3",
55
"identifier": "SJMCL",
66
"build": {
77
"frontendDist": "../out",

0 commit comments

Comments
 (0)