Skip to content

Commit 03c74fb

Browse files
committed
bump version
1 parent 82de238 commit 03c74fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

addon_files/mosquitto/rc.d/mosquitto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ case "$1" in
4747
info)
4848
echo "Info: <center><a href=\"https://mosquitto.org/\" target=\"_blank\"><img width=\"240\" src="/addons/mosquitto/mosquitto-text-side-28.png"></a></center>"
4949
echo "Name: Mosquitto"
50-
echo "Version: 1.4.15+4"
50+
echo "Version: 1.4.15+5"
5151
echo "Update: /addons/mosquitto/update_check.cgi"
5252
echo "Operations: uninstall"
5353
;;

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cp -r $ADDON_FILES/* $ADDON_TMP/
1313
cd $BUILD_DIR
1414

1515

16-
ADDON_FILE=mosquitto-1.4.15+4.tar.gz
16+
ADDON_FILE=mosquitto-1.4.15+5.tar.gz
1717
echo "compressing addon package $ADDON_FILE ..."
1818

1919
mkdir $BUILD_DIR/dist 2> /dev/null

0 commit comments

Comments
 (0)