Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 authored Aug 26, 2022
1 parent fd133e4 commit 8e0ca49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nh-config-editor",
"private": true,
"packageManager": "pnpm@6.11.0",
"version": "0.6.2",
"version": "0.6.3",
"scripts": {
"preinstall": "npx only-allow pnpm",
"schema": "ts-json-schema-generator -f tsconfig.json -p src/Common/AppData/Settings.ts -t Settings -o src/Common/AppData/SettingsSchema.json --no-type-check --minify true && prettier --write ./src/Common/AppData/SettingsSchema.json",
Expand Down
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 = "nh-editor"
version = "0.6.2"
version = "0.6.3"
description = "An editor for New Horizons planets, systems, and more"
authors = ["Bwc9876"]
license = "MIT"
Expand Down

0 comments on commit 8e0ca49

Please sign in to comment.