diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 62855718..56b5aa2d 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.1 + uses: CompeyDev/discord-status-action@0.3.2 with: file: README.md id: "893762371770802227" diff --git a/package.json b/package.json index 002cdbfb..0f5e8eaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-status-action", - "version": "0.3.1", + "version": "0.3.2", "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",