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();