Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
xHasKx committed Aug 1, 2020
1 parent bd226c0 commit 0e9b3b6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions luamqtt-3.3.1-1.rockspec → luamqtt-3.3.2-1.rockspec
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion mqtt/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openwrt/Makefile
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion openwrt/make-package-without-openwrt-sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e9b3b6

Please sign in to comment.