Skip to content

Commit

Permalink
Release 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
brvphoenix committed Oct 30, 2023
1 parent 5b75875 commit 71f8b14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![CI](https://github.com/brvphoenix/luci-app-wrtbwmon/workflows/CI/badge.svg)](https://github.com/brvphoenix/luci-app-wrtbwmon/actions)
[![GitHub All Releases](https://img.shields.io/github/downloads/brvphoenix/luci-app-wrtbwmon/total)](https://github.com/brvphoenix/luci-app-wrtbwmon/releases)
[![Lastest Release](https://img.shields.io/github/release/brvphoenix/luci-app-wrtbwmon.svg?style=flat)](https://github.com/brvphoenix/luci-app-wrtbwmon/releases)
[![Lastest Release](https://img.shields.io/github/v/release/brvphoenix/luci-app-wrtbwmon.svg?logo=github&cacheSeconds=10&label=latest)](https://github.com/brvphoenix/luci-app-wrtbwmon/releases/latest)

This repo provides yet another LuCI module for wrtbwmon, which has similar features with [Kiougar's one](https://github.com/Kiougar/luci-wrtbwmon). The differnence is that this one has more features supported:
1. Support IPV6.
Expand All @@ -20,7 +20,7 @@ This repo provides yet another LuCI module for wrtbwmon, which has similar featu

## Downloading
Openwrt 19.07 has been fully supported after commit: [ff4909d](https://github.com/brvphoenix/luci-app-wrtbwmon/tree/ff4909d8f5d06fee87f7ec5a365ac5dde6492130).
* `openwrt-19.07.3 ... latest`: [release-2.0.12](https://github.com/brvphoenix/luci-app-wrtbwmon/releases/tag/release-2.0.12)
* `openwrt-19.07.3 ... latest`: [latest](https://github.com/brvphoenix/luci-app-wrtbwmon/releases/latest)
* `openwrt-19.07.0 ... 19.07.2`: [release-2.0.7](https://github.com/brvphoenix/luci-app-wrtbwmon/releases/tag/release-2.0.7)
* `openwrt-18.06`: [release-1.6.3](https://github.com/brvphoenix/luci-app-wrtbwmon/releases/tag/release-1.6.3)

Expand Down
2 changes: 1 addition & 1 deletion luci-app-wrtbwmon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-wrtbwmon
PKG_VERSION:=2.0.12
PKG_VERSION:=2.0.13

PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=
Expand Down

0 comments on commit 71f8b14

Please sign in to comment.