From 47c42ea5fef2fdaa48b149976705222f80f531e0 Mon Sep 17 00:00:00 2001 From: GaboGG Date: Sun, 26 Jul 2026 13:31:09 -0400 Subject: [PATCH] v0.13.8 - Actually bump version in config.js and header.user.js - config.js: 0.13.0 -> 0.13.8 - header.user.js: 0.12.0 -> 0.13.8 (was never bumped past 0.12.0) - Now the @version tag in the userscript header matches the internal VERSION --- scripts/hv-unified.user.js | 4 ++-- scripts/latest.user.js | 4 ++-- src/config.js | 2 +- src/header.user.js | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/hv-unified.user.js b/scripts/hv-unified.user.js index ef7ac69..d6c6ec5 100644 --- a/scripts/hv-unified.user.js +++ b/scripts/hv-unified.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name HV Unified // @namespace hvunified -// @version 0.13.0 +// @version 0.13.8 // @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse // @author GaboGG + Hermes // @match *://*.hentaiverse.org/* @@ -17,7 +17,7 @@ // CONFIG — default settings // ═══════════════════════════════════════════════════════════════════════ -const VERSION = '0.13.0'; +const VERSION = '0.13.8'; const CFG = { // — Battle automation diff --git a/scripts/latest.user.js b/scripts/latest.user.js index ef7ac69..d6c6ec5 100644 --- a/scripts/latest.user.js +++ b/scripts/latest.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name HV Unified // @namespace hvunified -// @version 0.13.0 +// @version 0.13.8 // @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse // @author GaboGG + Hermes // @match *://*.hentaiverse.org/* @@ -17,7 +17,7 @@ // CONFIG — default settings // ═══════════════════════════════════════════════════════════════════════ -const VERSION = '0.13.0'; +const VERSION = '0.13.8'; const CFG = { // — Battle automation diff --git a/src/config.js b/src/config.js index 20f3a9c..2253321 100644 --- a/src/config.js +++ b/src/config.js @@ -2,7 +2,7 @@ // CONFIG — default settings // ═══════════════════════════════════════════════════════════════════════ -const VERSION = '0.13.0'; +const VERSION = '0.13.8'; const CFG = { // — Battle automation diff --git a/src/header.user.js b/src/header.user.js index d5bac86..6d41e96 100644 --- a/src/header.user.js +++ b/src/header.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name HV Unified // @namespace hvunified -// @version 0.13.0 +// @version 0.13.8 // @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse // @author GaboGG + Hermes // @match *://*.hentaiverse.org/*