Skip to content

Commit 3c5d7bf

Browse files
committed
readme: add all the badges!
1 parent d7d419c commit 3c5d7bf

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GO?=$(shell which go)
22
BUILD_OPTS?=-trimpath -v
33

4-
VERSION?=$(shell git describe --always --dirty || echo 0.2.0)
4+
VERSION?=$(shell git describe --always --dirty || echo 0.2.1)
55

66
GO_LDFLAGS:=
77
GO_LDFLAGS+=-X main.Version=$(VERSION)

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# uniview
22

3+
[![GitHub tag (with filter)](https://img.shields.io/github/v/tag/mpldr/uniview?label=version)]()
4+
![Licence: AGPL](https://img.shields.io/badge/-AGPL--3-green?logo=opensourceinitiative&label=License&cacheSeconds=31536000)
5+
![Demo available under uv.mpldr.de](https://img.shields.io/badge/-uv.mpldr.de-blue?label=Demo&cacheSeconds=31536000)
6+
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/mpldr/uniview)
7+
![![REUSE status](https://api.reuse.software/badge/git.sr.ht/~mpldr/uniview)](https://api.reuse.software/info/git.sr.ht/~mpldr/uniview)
8+
[![Liberapay receiving](https://img.shields.io/liberapay/receives/mpldr)](https://liberapay.com/mpldr)
9+
[![GitHub Sponsors](https://img.shields.io/github/sponsors/mpldr?logo=github&color=lightgrey)](https://github.com/sponsors/mpldr)
10+
311
<img alt="Uniview Logo" src="https://git.sr.ht/~mpldr/uniview/blob/master/contrib/icon.svg" height="64">
412

513
This program syncronises video playback across multiple mpv instances.

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// Version is filled with the programs version at compile time
14-
var Version = "0.2.0"
14+
var Version = "0.2.1"
1515

1616
func main() {
1717
defer glog.PanicHandler()

0 commit comments

Comments
 (0)