[CHORE] Bump Version

This commit is contained in:
Ben C 2025-07-24 21:09:58 -04:00
parent 24b1117673
commit 8bedb67e3c
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "owmods-gui"; pname = "owmods-gui";
version = "0.15.2"; version = "0.15.3";
VITE_VERSION_SUFFIX = "-nix"; VITE_VERSION_SUFFIX = "-nix";

View File

@ -2,7 +2,7 @@
name = "owmods_gui" name = "owmods_gui"
authors = ["Bwc9876 <bwc9876@outerwildsmods.com>"] authors = ["Bwc9876 <bwc9876@outerwildsmods.com>"]
description = "A GUI Tool To Manage OWML Mods" description = "A GUI Tool To Manage OWML Mods"
version = "0.15.2" version = "0.15.3"
readme = "./README.md" readme = "./README.md"
repository = "https://github.com/ow-mods/ow-mod-man/" repository = "https://github.com/ow-mods/ow-mod-man/"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"

View File

@ -1,7 +1,7 @@
{ {
"name": "owmods-gui-frontend", "name": "owmods-gui-frontend",
"private": true, "private": true,
"version": "0.15.2", "version": "0.15.3",
"type": "module", "type": "module",
"engines": { "engines": {
"npm": ">=10.0.0", "npm": ">=10.0.0",