diff --git a/README.md b/README.md index 77ef2b5..24c2038 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,10 @@ Uses [QR Code Generator](http://www.d-project.com/qrcode/index.html) (MIT). Kudo ## Changelog -### v0.2 - *2012-??-??* -* +### v0.2 - *2012-07-02* + +* now encodes up to ~2900 characters (8-bit) ### v0.1 - *2012-07-01* diff --git a/build.properties b/build.properties index aa54407..a2a746a 100644 --- a/build.properties +++ b/build.properties @@ -1,7 +1,7 @@ # project project.name = jquery.qrcode -project.version = 0.2-pre +project.version = 0.2 # src src.dir = src