[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 {
pname = "owmods-gui";
version = "0.15.2";
version = "0.15.3";
VITE_VERSION_SUFFIX = "-nix";

View File

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

View File

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