Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
Veilza committed Jul 25, 2024
1 parent 2a96888 commit c61a071
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
"notes": "https://github.com/veilza/settlement-sheets/releases/tag/${{ github.event.release.tag_name }}",
"compatibility": {
"minimum": "12",
"verified": "12.328",
"verified": "12.330",
"maximum": ""
}
}
Expand Down
10 changes: 5 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
}
}
],
"version": "1.0.2",
"version": "1.0.3",
"compatibility": {
"minimum": 12,
"verified": 12.328
"verified": 12.330
},
"socket": "true",
"esmodules": [
Expand Down Expand Up @@ -58,11 +58,11 @@
"path": "lang/it.json"
}
],
"manifest": "https://github.com/veilza/settlement-sheets/releases/download/1.0.2/module.json",
"manifest": "https://github.com/veilza/settlement-sheets/releases/download/1.0.3/module.json",
"url": "https://github.com/veilza/settlement-sheets",
"download": "https://github.com/veilza/settlement-sheets/releases/download/1.0.2/settlement-sheets.zip",
"download": "https://github.com/veilza/settlement-sheets/releases/download/1.0.3/settlement-sheets.zip",
"readme": "https://github.com/veilza/settlement-sheets/blob/main/readme.md",
"changelog": "https://github.com/veilza/settlement-sheets/releases/tag/1.0.2",
"changelog": "https://github.com/veilza/settlement-sheets/releases/tag/1.0.3",
"documentTypes": {
"Actor": {
"settlement": {
Expand Down

0 comments on commit c61a071

Please sign in to comment.