Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
toorshia committed Jan 27, 2016
1 parent afab5ca commit 71722a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "justgage-toorshia",
"version": "1.1.0",
"version": "1.2.2",
"main": "justgage.js",
"ignore": [
"R&D",
Expand All @@ -12,7 +12,7 @@
"tests"
],
"dependencies": {
"raphael": "~2.1.2"
"raphael": "~2.1.4"
},
"moduleType": [
"node"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 71722a6

Please sign in to comment.