Skip to content

Commit

Permalink
Bump version number to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstraw committed Jan 13, 2016
1 parent d73bf08 commit f09646e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/luminous.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de

function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

var VERSION = exports.VERSION = '0.1.3';
var VERSION = exports.VERSION = '0.2.0';

var Luminous = (function () {
function Luminous(trigger) {
Expand Down
2 changes: 1 addition & 1 deletion dist/luminous.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luminous-lightbox",
"version": "0.1.3",
"version": "0.2.0",
"description": "A simple, lightweight, no-dependencies JavaScript image lightbox.",
"main": "index.js",
"scripts": {
Expand Down
Loading

0 comments on commit f09646e

Please sign in to comment.