From 1023ef459ce11da62920eae0c3d25719564e657d Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Sat, 17 Aug 2013 21:18:59 +0200 Subject: [PATCH] Prepares release. --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d365d51..c10992f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 6a96491..89d0b9c 100644 --- a/package.json +++ b/package.json @@ -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",