From 538bd1041292873356684eeaab13204076915c1f Mon Sep 17 00:00:00 2001 From: smartfrigde <37928912+smartfrigde@users.noreply.github.com> Date: Fri, 17 Jun 2022 15:05:16 +0200 Subject: [PATCH] v3.0.7 --- .github/workflows/stable.yml | 2 +- package.json | 2 +- src/utils.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index abd99ff..6eead7e 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -138,7 +138,7 @@ jobs: - uses: dev-drprasad/delete-tag-and-release@v0.2.0 with: delete_release: true - tag_name: v3.0.6 + tag_name: v3.0.7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create Release diff --git a/package.json b/package.json index b636089..bfd886a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ArmCord", - "version": "3.1.0", + "version": "3.0.7", "description": "ArmCord is a custom client designed to enhance your Discord experience while keeping everything lightweight.", "main": "ts-out/main.js", "scripts": { diff --git a/src/utils.ts b/src/utils.ts index e6069da..e5e8ba3 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -53,7 +53,7 @@ export function setup() { export function getVersion() { //to-do better way of doing this - return "3.1.0"; + return "3.0.7"; } export async function injectJS(inject: string) { const js = await (await fetch(`${inject}`)).text();