Skip to content

Commit

Permalink
roll v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neocotic committed Oct 30, 2016
1 parent c44aa85 commit 1a4588f
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.2.0, 2016.10.30

* Add `backgroundAlpha` and `foregroundAlpha` options to control transparency [#63](https://github.com/neocotic/qrious/issues/63)

## Version 2.1.0, 2016.10.04

* Allow `padding` to be set explicitly [#44](https://github.com/neocotic/qrious/issues/44)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ The current version of `QRious`.

``` javascript
console.log(QRious.VERSION)
//=> "2.1.0"
//=> "2.2.0"
```

## Migrating from v1
Expand Down
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.1.0",
"version": "2.2.0",
"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.1.0",
"version": "2.2.0",
"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 @@ -59,7 +59,7 @@ class QRious {
* @static
*/
static get VERSION() {
return '2.1.0'
return '2.2.0'
}

/**
Expand Down

0 comments on commit 1a4588f

Please sign in to comment.