Skip to content

Commit 8f1a093

Browse files
committedApr 23, 2018
version 2.1.5
1 parent a9791bb commit 8f1a093

6 files changed

+16
-7
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
- [Installation](#installation)
1010
- [Documentation](#documentation)
11+
- [Add-Ons](#add-ons)
1112
- [Special Thanks](#special-thanks)
1213
- [License](#license)
1314

‎docs-coverage.svg

+1-1
Loading

‎gauge.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎gauge.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "canvas-gauges",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "Minimalist HTML5 Canvas Gauges",
55
"main": "gauge.min.js",
66
"directories": {
@@ -67,6 +67,14 @@
6767
{
6868
"name": "migeruhito",
6969
"url": "https://github.com/migeruhito"
70+
},
71+
{
72+
"name": "brblord",
73+
"url": "https://github.com/brblord"
74+
},
75+
{
76+
"name": "piglione73",
77+
"url": "https://github.com/piglione73"
7078
}
7179
],
7280
"license": "MIT",

‎test-coverage.svg

+1-1
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.