Prepares release.

This commit is contained in:
Lars Jung
2013-08-17 21:18:59 +02:00
parent ceac699d47
commit 1023ef459c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -5,13 +5,13 @@
jQuery.qrcode is provided under the terms of the [MIT License](https://github.com/lrsjng/jQuery.qrcode/blob/develop/LICENSE.md).
Uses [QR Code Generator](http://www.d-project.com/qrcode/index.html) (MIT). Kudos to [jquery.qrcode.js](https://github.com/jeromeetienne/jquery-qrcode) (MIT).
Uses [QR Code Generator](http://www.d-project.com/qrcode/index.html) (MIT). Kudos to [jquery.qrcode.js](https://github.com/jeromeetienne/jquery-qrcode).
## Changelog
### develop branch
### v0.7.0 - *2013-08-17*
* some fixes
* adds image support for fore- and background
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "jquery.qrcode",
"displayName": "jQuery.qrcode",
"version": "0.6.0+",
"version": "0.7.0",
"description": "generate QR codes dynamically",
"url": "http://larsjung.de/qrcode/",
"author": "Lars Jung",