Skip to content

Commit

Permalink
Update package + built files to 1.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
nnnick committed Apr 1, 2016
1 parent 3f73433 commit ef923df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Chart.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Chart.js
* http://chartjs.org/
* Version: 1.0.2
* Version: 1.1.0
*
* Copyright 2015 Nick Downie
* Released under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion Chart.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"gulpfile.js",
"package.json"
],
"dependencies": {}
"dependencies": {},
"version": "1.1.0"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "chart.js",
"homepage": "http://www.chartjs.org",
"description": "Simple HTML5 charts using the canvas element.",
"version": "1.0.2",
"version": "1.1.0",
"main": "Chart.js",
"repository": {
"type": "git",
"url": "https://github.com/nnnick/Chart.js.git"
},
"license" : "MIT",
"license": "MIT",
"dependences": {},
"devDependencies": {
"gulp": "3.9.x",
Expand Down

1 comment on commit ef923df

@konstin
Copy link

@konstin konstin commented on ef923df Apr 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I try to install version 1.1.0 with bower I don't have any files except bower.json and Chart.js, though I have all files when installing version 1.0.2

Please sign in to comment.