Skip to content

Commit

Permalink
0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Thomas committed Jan 14, 2015
1 parent 4af0d82 commit 0420dd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,5 @@ var TextBox = (function () {
To build, use [gulp](https://github.com/gulpjs/gulp/) and simply run `gulp` in the project root.

## Release History
- 0.1.0: Initial release
- 0.1.1: Strip out demos (move to gh-pages) and minor fixes.
- 0.1.0: Initial release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "projectorjs",
"version": "0.1.0",
"version": "0.1.1",
"description": "A small no-dependencies JavaScript library that enables the display of overlays on native HTML5 video elements, or (optionally) video elements powered by videojs.",
"main": "dist/projector.js",
"scripts": {
Expand Down

0 comments on commit 0420dd2

Please sign in to comment.