From 6fb9238adfcc0b9f13b2da456ca38e669fbac98d Mon Sep 17 00:00:00 2001 From: brvphoenix Date: Mon, 15 Jun 2020 21:20:27 +0800 Subject: [PATCH] Bump version to 2.0.3 Signed-off-by: brvphoenix --- README.md | 2 +- luci-app-wrtbwmon/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65238f7..fd533ab 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,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.2](https://github.com/brvphoenix/luci-app-wrtbwmon/releases/download/release-2.0.2/luci-app-wrtbwmon_2.0.2-1_all.ipk) +* `openwrt-19.07`: [release-2.0.3](https://github.com/brvphoenix/luci-app-wrtbwmon/releases/download/release-2.0.3/luci-app-wrtbwmon_2.0.3-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 b04b948..76450b2 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.2 +PKG_VERSION:=2.0.3 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0