Skip to content

Commit

Permalink
v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MaterialFoundry committed Sep 27, 2024
1 parent 90cd981 commit b7c84df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit b7c84df

Please sign in to comment.