Skip to content

Commit

Permalink
Merge branch 'hotfix/2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Shylight committed Nov 8, 2020
2 parents 204a5dc + 42a8857 commit e5b3dd3
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 12 deletions.
19 changes: 19 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2020 Shylight

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.
10 changes: 5 additions & 5 deletions dist/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "healthEstimate",
"title": "Health Estimate",
"description": "Gives players ability to see approximate health status of a token",
"version": "2.0.0",
"version": "2.0.1",
"author": "Shylight",
"scripts": [
"./lib/chroma.min.js",
Expand Down Expand Up @@ -66,9 +66,9 @@
"blades-in-the-dark"
],
"minimumCoreVersion": "0.5.0",
"compatibleCoreVersion": "0.6.0",
"url": "https://gitlab.com/tsuki.no.mai/healthestimate",
"manifest": "https://gitlab.com/tsuki.no.mai/healthestimate/-/raw/master/src/module.json",
"download": "https://gitlab.com/tsuki.no.mai/healthestimate/-/raw/2.0.0/package/healthEstimate-v2.0.0.zip",
"compatibleCoreVersion": "0.7.6",
"url": "https://github.com/Shylight/healthEstimate",
"manifest": "https://raw.githubusercontent.com/Shylight/healthEstimate/master/src/module.json",
"download": "https://raw.githubusercontent.com/Shylight/healthEstimate/2.0.1/package/healthEstimate-v2.0.1.zip",
"license": "http://creativecommons.org/licenses/by/4.0/"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "healthEstimate",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"scripts": {
"package": "gulp package"
Expand Down
Binary file added package/healthEstimate-v2.0.1.zip
Binary file not shown.
12 changes: 6 additions & 6 deletions src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "healthEstimate",
"title": "Health Estimate",
"description": "Gives players ability to see approximate health status of a token",
"version": "2.0.0",
"version": "2.0.1",
"author": "Shylight",
"scripts": [
"./lib/chroma.min.js",
Expand Down Expand Up @@ -66,9 +66,9 @@
"blades-in-the-dark"
],
"minimumCoreVersion": "0.5.0",
"compatibleCoreVersion": "0.6.0",
"url": "https://gitlab.com/tsuki.no.mai/healthestimate",
"manifest": "https://gitlab.com/tsuki.no.mai/healthestimate/-/raw/master/src/module.json",
"download": "https://gitlab.com/tsuki.no.mai/healthestimate/-/raw/2.0.0/package/healthEstimate-v2.0.0.zip",
"license": "http://creativecommons.org/licenses/by/4.0/"
"compatibleCoreVersion": "0.7.6",
"url": "https://github.com/Shylight/healthEstimate",
"manifest": "https://raw.githubusercontent.com/Shylight/healthEstimate/master/src/module.json",
"download": "https://raw.githubusercontent.com/Shylight/healthEstimate/2.0.1/package/healthEstimate-v2.0.1.zip",
"license": "https://choosealicense.com/licenses/mit/"
}

0 comments on commit e5b3dd3

Please sign in to comment.