From 51b8683c12bd6e00b71cbe059c7890330831b3d6 Mon Sep 17 00:00:00 2001 From: brvphoenix Date: Sun, 29 Nov 2020 01:11:34 -0800 Subject: [PATCH] Bump version to 2.0.7 --- README.md | 2 +- luci-app-wrtbwmon/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6693609..1f44d15 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The [pyrovski's wrtbwmon](https://github.com/pyrovski/wrtbwmon) is **incompatibl ## Downloading Openwrt 19.07 has been fully supported after commit: [ff4909d](https://github.com/brvphoenix/luci-app-wrtbwmon/tree/ff4909d8f5d06fee87f7ec5a365ac5dde6492130). -* `openwrt-19.07`: [release-2.0.6](https://github.com/brvphoenix/luci-app-wrtbwmon/releases/download/release-2.0.6/luci-app-wrtbwmon_2.0.6-1_all.ipk) +* `openwrt-19.07`: [release-2.0.7](https://github.com/brvphoenix/luci-app-wrtbwmon/releases/download/release-2.0.7/luci-app-wrtbwmon_2.0.7-1_all.ipk) * `openwrt-18.06`: [release-1.6.3](https://github.com/brvphoenix/luci-app-wrtbwmon/releases/download/release-1.6.3/luci-app-wrtbwmon_1.6.3-1_all.ipk) After installing, you will see a new `Traffic status` menu item in the `Network` menu list in the LuCI Page. diff --git a/luci-app-wrtbwmon/Makefile b/luci-app-wrtbwmon/Makefile index a464a0c..0f4f7b0 100644 --- a/luci-app-wrtbwmon/Makefile +++ b/luci-app-wrtbwmon/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-wrtbwmon -PKG_VERSION:=2.0.6 +PKG_VERSION:=2.0.7 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0