Skip to content

Commit

Permalink
Bumped Version
Browse files Browse the repository at this point in the history
Updated Readme
  • Loading branch information
pablojim committed Sep 7, 2013
1 parent ba9491f commit 655ef28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,16 @@ Caveats:
- Needs tests!




Older Versions
Versions
--------------

Version 0.0.2
----------------
- Removed JQuery dependency
- Allowed for null config option



Version 0.0.1 (not compatible with currrent version)
Version 0.0.1 (not compatible with current version)
----------------

`<highchart id="chart1" series="chart.series" title="chart.title" options="chart.options"></highchart>`
Expand Down
5 changes: 2 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "highcharts-ng",
"version": "0.0.1",
"version": "0.0.2",
"dependencies": {
"jquery": ">=1.6.x",
"angular": "~1.0.4"
"angular": ">=1.0.4"
},
"devDependencies": {}
}

0 comments on commit 655ef28

Please sign in to comment.