From 8859d42e82069981947df3b85da1f0a2baaa3bf8 Mon Sep 17 00:00:00 2001 From: Sirius B Date: Mon, 6 Nov 2023 14:04:16 +0100 Subject: [PATCH] getting ready to update the asar version for LPM --- .github/workflows/release.yml | 2 +- manifest.json | 4 ++-- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b37e8c..0761f09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: tags: - - "aLPM*" + - "*" jobs: release: diff --git a/manifest.json b/manifest.json index 9bfd0fd..46a9ff7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,13 @@ { "id": "com.sirio-network.Flashcord-LPM", "name": "Flashcord for Low-End Systems (LPM)", - "description": "Flashcord for the haters. Insanely nerfed version, missing a ton of features ranging from certain QOL changes to utterly useless unused things such as Chat Effects.", + "description": "Flashcord for the haters. Insanely nerfed version, missing a ton of features ranging from certain QOL changes to utterly useless unused things such as Chat Effects. This version is so debloated that even Windows debloaters are crying.", "author": { "name": "SiriusBYT", "discordID": "311057290562371586", "github": "SiriusBYT" }, - "version": "aLPM-231015", + "version": "LPM-231106", "updater": { "type": "github", "id": "SiriusBYT/Flashcord" diff --git a/package.json b/package.json index 8476054..1744c94 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Flashcord for Low-End Systems (LPM)", - "version": "aLPM-231015", - "description": "[⚠️] Make sure to read the Flashcord Wiki! [⚠️] A nerfed version of the world's most advanced, complex and feature rich Discord Theme to ever exist.", + "version": "LPM-231106", + "description": "[ℹ️] Read the Flashcord Wiki for more information. A nerfed/debloated version of the world's most advanced, complex and feature rich Discord Theme to ever exist.", "engines": { "node": ">=18.0.0", "pnpm": ">=8.0.0"