diff --git a/luamqtt-3.3.1-1.rockspec b/luamqtt-3.3.2-1.rockspec similarity index 96% rename from luamqtt-3.3.1-1.rockspec rename to luamqtt-3.3.2-1.rockspec index 0879274..e27cb9f 100644 --- a/luamqtt-3.3.1-1.rockspec +++ b/luamqtt-3.3.2-1.rockspec @@ -1,8 +1,8 @@ package = "luamqtt" -version = "3.3.1-1" +version = "3.3.2-1" source = { url = "git://github.com/xHasKx/luamqtt", - tag = "v3.3.1", + tag = "v3.3.2", } description = { summary = "luamqtt - Pure-lua MQTT v3.1.1 and v5.0 client", diff --git a/mqtt/init.lua b/mqtt/init.lua index eaf9ccf..6a01adb 100644 --- a/mqtt/init.lua +++ b/mqtt/init.lua @@ -24,7 +24,7 @@ local mqtt = { v50 = 5, -- supported protocol version, MQTT v5.0 -- mqtt library version - _VERSION = "3.3.1", + _VERSION = "3.3.2", } -- load required stuff diff --git a/openwrt/Makefile b/openwrt/Makefile index c281785..82b6e6c 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luamqtt -PKG_VERSION:=3.3.1 +PKG_VERSION:=3.3.2 PKG_RELEASE:=1 PKG_MAINTAINER:=Alexander Kiranov diff --git a/openwrt/make-package-without-openwrt-sources.sh b/openwrt/make-package-without-openwrt-sources.sh index 722cc4f..c9332b0 100755 --- a/openwrt/make-package-without-openwrt-sources.sh +++ b/openwrt/make-package-without-openwrt-sources.sh @@ -50,7 +50,7 @@ rm -rf $PKG_ROOT/usr # prepare control.tar.gz cat << EOF > $PKG_ROOT/control Package: luamqtt -Version: 3.3.1-1 +Version: 3.3.2-1 Depends: libc, lua, luasocket, luabitop, luasec Source: https://github.com/xHasKx/luamqtt SourceName: luamqtt