Skip to content

Commit

Permalink
released v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mojoaxel committed Feb 23, 2015
1 parent 5d4adb7 commit 2dc136e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,12 @@ This plugin is tested to work together with these plugins:
## License

Dual licensed under [MIT](http://opensource.org/licenses/MIT) and [GPLv2](http://opensource.org/licenses/gpl-2.0.php)
This plugin is based on [Joel Oughtons](https://github.com/oughton) ["Event Graphics" plugin](http://joeloughton.com/blog/web-applications/flot-plugins-event-graphics/) from his [flot-plugin-collection](https://github.com/oughton/flot-plugin-collection) witch is also licensed under MIT and GPLv2.
This plugin is based on [Joel Oughtons](https://github.com/oughton) ["Event Graphics" plugin](http://joeloughton.com/blog/web-applications/flot-plugins-event-graphics/) from his [flot-plugin-collection](https://github.com/oughton/flot-plugin-collection) witch is also licensed under MIT and GPLv2.

## Versions

### 0.2.1
* registered with bower

### 0.2.0
* first release
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "flot-events",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "http://mojoaxel.github.io/flot-events",
"authors": [
"Alexander Wunschik <alex@wunschik.net>",
"Joel Oughton <joeloughton@gmail.com>"
"Alexander Wunschik",
"Joel Oughton"
],
"description": "Flot Charting Library Plugin to show Events-Markers",
"main": "jquery.flot.events.js",
Expand Down
4 changes: 2 additions & 2 deletions jquery.flot.events.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* jquery.flot.events
*
* description: Flot plugin for adding events/markers to the plot
* version: 0.2.0
* version: 0.2.1
* authors:
* Alexander Wunschik <alex@wunschik.net>
* Joel Oughton <joeloughton@gmail.com>
Expand Down Expand Up @@ -405,6 +405,6 @@
init: init,
options: defaultOptions,
name: "events",
version: "0.2.0"
version: "0.2.1"
});
})(jQuery);

0 comments on commit 2dc136e

Please sign in to comment.