Skip to content

Commit ea7e5e8

Browse files
committed
bump to 1.0.0-alpha.6
1 parent b85d5f6 commit ea7e5e8

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

.github/actions/publish-artifacts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onelauncher/action-publish-artifacts",
3-
"version": "1.0.0-alpha.5",
3+
"version": "1.0.0-alpha.6",
44
"private": true,
55
"description": "Next-generation open source Minecraft launcher",
66
"license": "GPL-3.0-only",

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ homepage = "https://polyfrost.org/projects/onelauncher"
2222
license = "GPL-3.0-only"
2323
readme = "README.md"
2424
repository = "https://github.com/Polyfrost/OneLauncher"
25-
version = "1.0.0-alpha.5"
25+
version = "1.0.0-alpha.6"
2626

2727
[workspace.dependencies]
2828
# workspace

apps/oneclient/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oneclient/desktop",
33
"type": "module",
4-
"version": "1.0.0-alpha.5",
4+
"version": "1.0.0-alpha.6",
55
"private": true,
66
"description": "Next-generation open source Minecraft launcher",
77
"license": "GPL-3.0-only",

apps/onelauncher/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@onelauncher/desktop",
33
"type": "module",
4-
"version": "1.0.0-alpha.5",
4+
"version": "1.0.0-alpha.6",
55
"private": true,
66
"description": "Next-generation open source Minecraft launcher",
77
"license": "GPL-3.0-only",

apps/onelauncher/old_frontend/package.bak.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@onelauncher/old_frontend",
33
"type": "module",
4-
"version": "1.0.0-alpha.5",
4+
"version": "1.0.0-alpha.6",
55
"private": true,
66
"description": "Next-generation open source Minecraft launcher frontend",
77
"license": "GPL-3.0-only",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@onelauncher/root",
33
"type": "module",
4-
"version": "1.0.0-alpha.5",
4+
"version": "1.0.0-alpha.6",
55
"private": true,
66
"engineStrict": true,
77
"description": "Next-generation open source Minecraft launcher and tools for interacting with Polyfrost",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onelauncher/core",
3-
"version": "1.0.0-alpha.5",
3+
"version": "1.0.0-alpha.6",
44
"description": "Next-generation open source Minecraft launcher core",
55
"license": "GPL-3.0-only",
66
"repository": {

packages/gamemode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onelauncher/gamemode",
3-
"version": "1.0.0-alpha.5",
3+
"version": "1.0.0-alpha.6",
44
"description": "Next-generation open source Minecraft launcher feral gamemode bindings",
55
"license": "GPL-3.0-only",
66
"repository": {

packages/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@onelauncher/scripts",
33
"type": "module",
4-
"version": "1.0.0-alpha.5",
4+
"version": "1.0.0-alpha.6",
55
"private": true,
66
"description": "Scripts for developing OneLauncher",
77
"license": "GPL-3.0-only",

0 commit comments

Comments
 (0)