From 116d23a1ded69b67e0758d183847e521bdc24499 Mon Sep 17 00:00:00 2001 From: Kenny <27463495+Frontesque@users.noreply.github.com> Date: Sun, 7 Aug 2022 01:39:30 -0400 Subject: [PATCH] build: :rocket: revert settings to unstable/dev-local for dev builds --- NUXT/nuxt.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NUXT/nuxt.config.js b/NUXT/nuxt.config.js index acbc645..8865509 100644 --- a/NUXT/nuxt.config.js +++ b/NUXT/nuxt.config.js @@ -8,8 +8,8 @@ export default { //--- VueTube Stuff ---// env: { - release: "Canary", - appVersion: "0.4.2", + release: "Unstable", + appVersion: "dev-local", }, target: "static",