Skip to content

Commit 9bad8ea

Browse files
committed
Merge branch 'main' into copilot/remove-windows-macos-support
2 parents 41e4ca7 + e52a97f commit 9bad8ea

8 files changed

Lines changed: 44 additions & 11 deletions

File tree

Cargo.lock

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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ If you need help with Nerd's Minecraft Launcher, please open a GitHub issue.
2626
## License
2727

2828
All packages in this repository are licensed under their respective licenses. Refer to the LICENSE file in each package for more information.
29+
30+
The nerd emoji icon is adapted from [Noto Color Emoji](https://fonts.google.com/noto/specimen/Noto+Color+Emoji)

apps/app-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nml/app-frontend",
33
"private": true,
4-
"version": "0.9.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

apps/app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "theseus_gui"
3-
version = "0.9.0"
3+
version = "1.0.0"
44
description = "Nerd's Minecraft Launcher (NML) is a desktop application for managing your Minecraft mods. Fork of Modrinth App, not associated with Rinth, Inc."
55
license = "GPL-3.0-only"
66
repository = "https://github.com/mark-wiemer/nerds-minecraft-launcher"

apps/app/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
]
2929
},
3030
"productName": "Nerd's Minecraft Launcher",
31-
"version": "0.9.0",
31+
"version": "1.0.0",
3232
"mainBinaryName": "Nerd's Minecraft Launcher",
3333
"identifier": "NMLApp",
3434
"plugins": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"turbo": "^2.2.3",
2424
"vue": "^3.5.13"
2525
},
26-
"packageManager": "pnpm@9.15.0",
26+
"packageManager": "pnpm@10.28.2",
2727
"pnpm": {
2828
"patchedDependencies": {
2929
"readable-stream@2.3.8": "patches/readable-stream@2.3.8.patch"

packages/app-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "theseus"
3-
version = "0.9.0"
3+
version = "1.0.0"
44
authors = ["Jai A <jaiagr+gpg@pm.me>"]
55
edition = "2021"
66

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)