Skip to content

Commit 0515633

Browse files
committed
chore(release): 0.3.1
1 parent 74114b4 commit 0515633

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.3.1](https://github.com/Ethaks/FVTT-Metron/compare/v0.3.0...v0.3.1) (2024-11-05)
6+
57
## [0.3.0](https://github.com/Ethaks/FVTT-Metron/compare/v0.2.0...v0.3.0) (2024-11-05)
68

79

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "metron",
44
"description": "Convert Foundry VTT documents from the imperial system to the metric system and vice versa.",
55
"license": "MIT",
6-
"version": "0.3.0",
6+
"version": "0.3.1",
77
"homepage": "https://github.com/Ethaks/FVTT-Metron",
88
"repository": {
99
"type": "git",

public/module.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"readme": "https://github.com/Ethaks/FVTT-Metron/blob/master/README.md",
1010
"bugs": "https://github.com/Ethaks/FVTT-Metron/issues",
1111
"changelog": "https://github.com/Ethaks/FVTT-Metron/blob/master/CHANGELOG.md",
12-
"version": "0.3.0",
12+
"version": "0.3.1",
1313
"compatibility": { "minimum": "12", "verified": "12" },
1414
"esmodules": ["metron.js"],
1515
"styles": ["style.css"],
@@ -24,6 +24,6 @@
2424
},
2525
"socket": false,
2626
"manifest": "This is auto replaced",
27-
"download": "https://github.com/Ethaks/FVTT-Metron/releases/download/v0.3.0/module.zip",
27+
"download": "https://github.com/Ethaks/FVTT-Metron/releases/download/v0.3.1/module.zip",
2828
"library": false
2929
}

0 commit comments

Comments
 (0)