From 1fc923da45731b39e6aea9f50543cd7e8b0e4ad8 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Wed, 10 Aug 2011 20:47:32 +0930 Subject: Update version to 1.0.3 --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index f118f32..b849b92 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Lua CJSON v1.0.2 +Lua CJSON v1.0.3 ================ Lua CJSON is covered by the MIT license. See the file "LICENSE" for @@ -58,7 +58,7 @@ RPM Linux distributions using RPM should be able to build a package with the following command: - # rpmbuild -tb lua-cjson-1.0.2.tar.gz + # rpmbuild -tb lua-cjson-1.0.3.tar.gz LuaRocks @@ -66,7 +66,7 @@ LuaRocks Extract the source package into a directory and run: - # cd lua-cjson-1.0.2; luarocks make + # cd lua-cjson-1.0.3; luarocks make Lua CJSON API -- cgit v1.2.3-55-g6feb