diff --git a/README.md b/README.md index 51e2a49..dd2ca1b 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.4](https://github.com/brvphoenix/luci-app-wrtbwmon/releases/download/release-2.0.4/luci-app-wrtbwmon_2.0.4-1_all.ipk) +* `openwrt-19.07`: [release-2.0.5](https://github.com/brvphoenix/luci-app-wrtbwmon/releases/download/release-2.0.5/luci-app-wrtbwmon_2.0.5-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 b976cd0..3f30e99 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.4 +PKG_VERSION:=2.0.5 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0