diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f78ef48 --- /dev/null +++ b/LICENSE @@ -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. \ No newline at end of file diff --git a/dist/module.json b/dist/module.json index 2f875f3..294f138 100644 --- a/dist/module.json +++ b/dist/module.json @@ -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", @@ -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/" } \ No newline at end of file diff --git a/package.json b/package.json index 3d992fc..aa7693c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "healthEstimate", - "version": "2.0.0", + "version": "2.0.1", "description": "", "scripts": { "package": "gulp package" diff --git a/package/healthEstimate-v2.0.1.zip b/package/healthEstimate-v2.0.1.zip new file mode 100644 index 0000000..45f595a Binary files /dev/null and b/package/healthEstimate-v2.0.1.zip differ diff --git a/src/module.json b/src/module.json index 2f875f3..0a6d1c0 100644 --- a/src/module.json +++ b/src/module.json @@ -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", @@ -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/" } \ No newline at end of file