diff --git a/README.md b/README.md index a6fe474..4dfcb2f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ JustGage is a handy JavaScript plugin for generating and animating nice & cl * **titlePosition** - 'above' or 'below' * **titleFontFamily** - customize font-family for the title * **valueFontFamily** - customize font-family for the value + - demo at http://justgage.com/examples/font-options.html ######January 5, 2016. diff --git a/bower.json b/bower.json index 4b50595..00c1562 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "justgage-toorshia", - "version": "1.1.0", + "version": "1.2.2", "main": "justgage.js", "ignore": [ "R&D", @@ -12,7 +12,7 @@ "tests" ], "dependencies": { - "raphael": "~2.1.2" + "raphael": "~2.1.4" }, "moduleType": [ "node" diff --git a/package.json b/package.json index fdc6fef..d3afe18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "justgage", - "version": "1.1.0", + "version": "1.2.2", "description": "JustGage is a handy JavaScript plugin for generating and animating nice & clean gauges. It is based on Raphaël library for vector drawing, so it’s completely resolution independent and self-adjusting.", "main": "justgage.js", "scripts": {