diff --git a/Makefile b/Makefile index 9068aed..7fd2690 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ LIBDIR = $(LUA_DIR)/lib/lua/$(LUA_VERSION) LUADIR = $(LUA_DIR)/share/lua/$(LUA_VERSION) ifeq ($(VERSION),) - VERSION=1.2.1 + VERSION=1.2.3 endif # =================================================== diff --git a/org.conman.cbor-1.2.2-1.rockspec b/org.conman.cbor-1.2.3-1.rockspec similarity index 98% rename from org.conman.cbor-1.2.2-1.rockspec rename to org.conman.cbor-1.2.3-1.rockspec index bf2e57f..7e28a51 100644 --- a/org.conman.cbor-1.2.2-1.rockspec +++ b/org.conman.cbor-1.2.3-1.rockspec @@ -1,5 +1,5 @@ package = "org.conman.cbor" -version = "1.2.2-1" +version = "1.2.3-1" source = {