From 98cff32fb6f5c4bbc4da1c95f4e8e108c2a7eb21 Mon Sep 17 00:00:00 2001 From: Compey Date: Thu, 16 Mar 2023 16:17:40 +0530 Subject: [PATCH] :pushpin: a more reasonable version bump --- .github/workflows/demo.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 70b754b6..3888c6c6 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout files uses: actions/checkout@v3 - name: Update Status - uses: CompeyDev/discord-status-action@0.3.4 + uses: CompeyDev/discord-status-action@0.3.0 with: file: README.md id: "893762371770802227" diff --git a/package.json b/package.json index 60e073b2..a645445e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-status-action", - "version": "0.3.4", + "version": "0.3.0", "description": "GitHub action to update your discord status in a file using the Lanyard API.", "main": "update.js", "repository": "https://github.com/CompeyDev/discord-status-action",