Skip to content

Commit 7c18a0a

Browse files
committed
v0.1.7
1 parent 1c19efd commit 7c18a0a

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.7
2+
3+
- Bump compatibility for v12.
4+
15
# 0.1.6
26

37
- Sometimes Notelicker would try to create an icon even if a user did not have permissions to upload.

module-dev.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"id": "notelicker",
3-
"author": "MrPrimate",
43
"title": "Note Licker",
54
"license": "MIT License",
65
"description": "Enhance your scene notes. Adds header jumps, and auto iconizing",
@@ -12,7 +11,7 @@
1211
"changelog": "https://github.com/MrPrimate/NoteLicker/blob/main/CHANGELOG.md",
1312
"compatibility": {
1413
"minimum": "10.291",
15-
"verified": 11
14+
"verified": 12
1615
},
1716
"authors": [
1817
{

module-template.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"id": "notelicker",
3-
"author": "MrPrimate",
43
"title": "Note Licker",
54
"license": "MIT License",
65
"description": "Enhance your scene notes. Adds header jumps, and auto iconizing",
@@ -12,7 +11,7 @@
1211
"changelog": "https://github.com/MrPrimate/NoteLicker/blob/main/CHANGELOG.md",
1312
"compatibility": {
1413
"minimum": "10.291",
15-
"verified": 11
14+
"verified": 12
1615
},
1716
"authors": [
1817
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notelicker",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"author": "MrPrimate",
55
"description": "Foundry VTT module for enhancing notes and their icons",
66
"private": true,

0 commit comments

Comments
 (0)