From ad21b552c3c56b0dc4e4aa500a172bf66175a9ca Mon Sep 17 00:00:00 2001 From: Ardit Date: Sat, 2 Dec 2023 22:16:01 +0100 Subject: [PATCH] hotfix --- .github/workflows/main.yml | 2 +- module.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9f1ff4e..62c74b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: files: 'module.json' env: download: https://github.com/${{github.repository}}/releases/download/${{steps.get-version.outputs.version}}/colorSettings.zip - - run: zip -r ./colorSettings.zip module.json colorSetting.js css/ lib/ lang/ CHANGELOG.md # Add folders/files here + - run: zip -r ./colorSettings.zip module.json colorSetting.js api.js css/ lib/ lang/ CHANGELOG.md # Add folders/files here - name: Create Release # Create an additional release for this version id: create_versioned_release uses: ncipollo/release-action@v1 diff --git a/module.json b/module.json index b77d453..e121192 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "title": "lib - Color Settings", "name": "colorsettings", "description": "Library that allows modules to add color settings and forms.", - "version": "3.0.0", + "version": "3.0.1", "library": true, "esmodules": [ "colorSetting.js"