Prepares release.

This commit is contained in:
Lars Jung
2013-07-23 13:36:38 +02:00
parent 29ac7544cf
commit e72760da23
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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).
## Changelog
### v0.5.0 - *2013-07-23*
* adds option to set error correction level
### v0.4 - *2013-07-09*
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "jquery.qrcode",
"displayName": "jQuery.qrcode",
"version": "0.4-dev"
"version": "0.5.0"
}