From a9c87e011cdc96753c332f5422c37cb1dfb23daf Mon Sep 17 00:00:00 2001 From: Yoann Brigant Date: Thu, 18 Aug 2022 09:41:31 +0200 Subject: [PATCH] server update --- app/assets/js/scripts/settings.js | 2 +- app/login.ejs | 2 +- app/settings.ejs | 8 ++++---- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/assets/js/scripts/settings.js b/app/assets/js/scripts/settings.js index e86de97b..945d676d 100644 --- a/app/assets/js/scripts/settings.js +++ b/app/assets/js/scripts/settings.js @@ -1407,7 +1407,7 @@ function populateAboutVersionInformation(){ */ function populateReleaseNotes(){ $.ajax({ - url: 'https://github.com/dscalzi/HeliosLauncher/releases.atom', + url: 'https://github.com/ElBrigos/TabernaLauncher/releases.atom', success: (data) => { const version = 'v' + remote.app.getVersion() const entries = $(data).find('entry') diff --git a/app/login.ejs b/app/login.ejs index 7ecc4a6c..3cd55134 100644 --- a/app/login.ejs +++ b/app/login.ejs @@ -57,7 +57,7 @@ Need an Account?

Your password is sent directly to mojang and never stored.

-

Helios Launcher is not affiliated with Mojang AB.

+

Taberna Launcher is not affiliated with Mojang AB.

diff --git a/app/settings.ejs b/app/settings.ejs index 65a1796d..fb3c2890 100644 --- a/app/settings.ejs +++ b/app/settings.ejs @@ -305,7 +305,7 @@
- Helios Launcher + Taberna Launcher
@@ -319,10 +319,10 @@
- Source (GitHub) + Source (GitHub) - - Support + + Support DevTools Console
diff --git a/package.json b/package.json index 114f6b37..aee86acd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabernalauncher", - "version": "1.9.0", + "version": "7.0.0", "productName": "Taberna Launcher", "description": "Modded Minecraft Launcher", "author": "Yoann BRIGANT",