Skip to content

Commit

Permalink
readme: add all the badges!
Browse files Browse the repository at this point in the history
  • Loading branch information
mpldr committed Aug 24, 2023
1 parent d7d419c commit 3c5d7bf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GO?=$(shell which go)
BUILD_OPTS?=-trimpath -v

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

GO_LDFLAGS:=
GO_LDFLAGS+=-X main.Version=$(VERSION)
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# uniview

[![GitHub tag (with filter)](https://img.shields.io/github/v/tag/mpldr/uniview?label=version)]()
![Licence: AGPL](https://img.shields.io/badge/-AGPL--3-green?logo=opensourceinitiative&label=License&cacheSeconds=31536000)
![Demo available under uv.mpldr.de](https://img.shields.io/badge/-uv.mpldr.de-blue?label=Demo&cacheSeconds=31536000)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/mpldr/uniview)
![![REUSE status](https://api.reuse.software/badge/git.sr.ht/~mpldr/uniview)](https://api.reuse.software/info/git.sr.ht/~mpldr/uniview)
[![Liberapay receiving](https://img.shields.io/liberapay/receives/mpldr)](https://liberapay.com/mpldr)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/mpldr?logo=github&color=lightgrey)](https://github.com/sponsors/mpldr)

<img alt="Uniview Logo" src="https://git.sr.ht/~mpldr/uniview/blob/master/contrib/icon.svg" height="64">

This program syncronises video playback across multiple mpv instances.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// Version is filled with the programs version at compile time
var Version = "0.2.0"
var Version = "0.2.1"

func main() {
defer glog.PanicHandler()
Expand Down

0 comments on commit 3c5d7bf

Please sign in to comment.