From b91583a90e79e4db3e7d380ccadc4a5d39c4bc97 Mon Sep 17 00:00:00 2001 From: kvan7 Date: Mon, 22 Sep 2025 20:50:49 -0500 Subject: [PATCH] version bump --- .github/ISSUE_TEMPLATE/bug-report.yml | 3 ++- README.md | 2 +- docs/.vitepress/config.js | 2 +- main/package-lock.json | 4 ++-- main/package.json | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index d901b736..f2eb52e5 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -59,6 +59,7 @@ body: label: Version description: What version of EE2 are you running? You can see this in Settings -> About options: + - 0.12.5 - 0.12.4 - 0.12.3 - 0.12.2 @@ -67,7 +68,7 @@ body: - 0.11.x - 0.10.x - Change me - default: 6 + default: 8 validations: required: true - type: textarea diff --git a/README.md b/README.md index 7d8e88ab..1dd1c0d1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ![Perfect Jewelers Orb](./renderer/public/images/jeweler.png) Exiled Exchange 2 -![GitHub Downloads (specific asset, latest release)](https://img.shields.io/github/downloads/kvan7/exiled-exchange-2/latest/Exiled-Exchange-2-Setup-0.12.4.exe?style=plastic&link=https%3A%2F%2Ftooomm.github.io%2Fgithub-release-stats%2F%3Fusername%3Dkvan7%26repository%3DExiled-Exchange-2) +![GitHub Downloads (specific asset, latest release)](https://img.shields.io/github/downloads/kvan7/exiled-exchange-2/latest/Exiled-Exchange-2-Setup-0.12.5.exe?style=plastic&link=https%3A%2F%2Ftooomm.github.io%2Fgithub-release-stats%2F%3Fusername%3Dkvan7%26repository%3DExiled-Exchange-2) ![GitHub Tag](https://img.shields.io/github/v/tag/kvan7/exiled-exchange-2?style=plastic&label=latest%20version) ![GitHub commits since latest release (branch)](https://img.shields.io/github/commits-since/kvan7/exiled-exchange-2/latest/dev?style=plastic) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index e6f69b05..9d2b2d65 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -20,7 +20,7 @@ export default defineConfig({ }, themeConfig: { // logo: 'TODO', https://github.com/vuejs/vitepress/issues/1401 - appVersion: '0.12.4', + appVersion: '0.12.5', github: { releasesUrl: 'https://github.com/Kvan7/Exiled-Exchange-2/releases' }, diff --git a/main/package-lock.json b/main/package-lock.json index eb4670cc..b683318c 100644 --- a/main/package-lock.json +++ b/main/package-lock.json @@ -1,12 +1,12 @@ { "name": "exiled-exchange-2", - "version": "0.12.4", + "version": "0.12.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "exiled-exchange-2", - "version": "0.12.4", + "version": "0.12.5", "dependencies": { "electron-overlay-window": "3.3.1", "uiohook-napi": "1.5.x" diff --git a/main/package.json b/main/package.json index 3ec769b5..7df2e4f9 100644 --- a/main/package.json +++ b/main/package.json @@ -1,6 +1,6 @@ { "name": "exiled-exchange-2", - "version": "0.12.4", + "version": "0.12.5", "private": true, "scripts": { "dev": "node build/script.mjs",