Prepares release.

pull/2/head
Lars Jung 12 years ago
parent 29ac7544cf
commit e72760da23

@ -7,8 +7,13 @@ jQuery.qrcode is provided under the terms of the [MIT License](http://github.com
Uses [QR Code Generator](http://www.d-project.com/qrcode/index.html) (MIT). Kudos to [jquery.qrcode.js](http://github.com/jeromeetienne/jquery-qrcode) (MIT). Uses [QR Code Generator](http://www.d-project.com/qrcode/index.html) (MIT). Kudos to [jquery.qrcode.js](http://github.com/jeromeetienne/jquery-qrcode) (MIT).
## Changelog ## Changelog
### v0.5.0 - *2013-07-23*
* adds option to set error correction level
### v0.4 - *2013-07-09* ### v0.4 - *2013-07-09*

@ -1,5 +1,5 @@
{ {
"name": "jquery.qrcode", "name": "jquery.qrcode",
"displayName": "jQuery.qrcode", "displayName": "jQuery.qrcode",
"version": "0.4-dev" "version": "0.5.0"
} }
Loading…
Cancel
Save