From b7c84dffeb2aa980ab2082f4ad902a84ad65633c Mon Sep 17 00:00:00 2001 From: Material Foundry Date: Fri, 27 Sep 2024 12:24:33 +0200 Subject: [PATCH] v3.2.2 --- .github/workflows/main.yml | 2 +- changelog.md | 4 ++++ module.json | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c172ec4..98d5bbe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.zip # Create a zip file with all files required by the module to add to the release - - run: zip -r ./module.zip MaterialPlane.js module.json README.md changelog.md img/ lang/ src/ templates/ + - run: zip -r ./module.zip MaterialPlane.js module.json README.md changelog.md img/ lang/ src/ templates/ css/ # Create a release for this specific version - name: Update Release with Files diff --git a/changelog.md b/changelog.md index 61f827f..a33e923 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog Material Plane Foundry Module +### v3.2.2 - 27-09-2024 + +Due to a mistake some files were missing in v3.2.1, preventing the module from working. This is now fixed. + ### v3.2.1 - 26-09-2024 Additions: diff --git a/module.json b/module.json index 4d83fe2..acb0a4e 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "title": "Material Plane", "description": "Module for tracking physical minis. By using an IR tracking camera and mini bases with IR LED's this module can be used to move tokens in Foundry by moving physical tokens on top of a horizontally mounted TV", - "version": "3.2.1", + "version": "3.2.2", "authors": [ { "name": "CDeenen", @@ -55,7 +55,7 @@ ], "url": "https://github.com/MaterialFoundry/MaterialPlane_Foundry", "manifest": "https://github.com/MaterialFoundry/MaterialPlane_Foundry/releases/latest/download/module.json", - "download": "https://github.com/MaterialFoundry/MaterialPlane_Foundry/releases/download/v3.2.1/module.zip", + "download": "https://github.com/MaterialFoundry/MaterialPlane_Foundry/releases/download/v3.2.2/module.zip", "id": "MaterialPlane", "compatibility": { "minimum": "11",