Skip to content

Commit

Permalink
2.0.1 (#49)
Browse files Browse the repository at this point in the history
* corrected mention of MIT license in README.md

* bumped devDependencies

* roll v2.0.1 :shipit:

* rollback of devDependency
  • Loading branch information
neocotic authored Jul 3, 2016
1 parent 21cd3bf commit 300f4c9
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 2.0.1, 2016.07.03

* Correct license mentioned into `README.md`

## Version 2.0.0, 2016.06.26

* Rename library to QRious and move package from `qr-js` to `qrious`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,4 @@ A list of QRious contributors can be found in [AUTHORS.md](https://github.com/ne

Copyright (c) 2016 Alasdair Mercer

See [LICENSE.md](https://github.com/neocotic/qrious/blob/master/LICENSE.md) for more information on our MIT license.
See [LICENSE.md](https://github.com/neocotic/qrious/blob/master/LICENSE.md) for more information on our GPLv3 license.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qrious",
"version": "2.0.0",
"version": "2.0.1",
"description": "Library for QR code generation using canvas",
"homepage": "https://github.com/neocotic/qrious",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions dist/cjs/qrious.js

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

2 changes: 1 addition & 1 deletion dist/cjs/qrious.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/umd/qrious.js

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

2 changes: 1 addition & 1 deletion dist/umd/qrious.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/umd/qrious.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/umd/qrious.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qrious",
"version": "2.0.0",
"version": "2.0.1",
"description": "Library for QR code generation using canvas",
"homepage": "https://github.com/neocotic/qrious",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src/QRious.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class QRious {
* @static
*/
static get VERSION() {
return '2.0.0'
return '2.0.1'
}

/**
Expand Down

0 comments on commit 300f4c9

Please sign in to comment.