File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11GO? =$(shell which go)
22BUILD_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
66GO_LDFLAGS: =
77GO_LDFLAGS+ =-X main.Version=$(VERSION )
Original file line number Diff line number Diff line change 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
513This program syncronises video playback across multiple mpv instances.
Original file line number Diff line number Diff 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
1616func main () {
1717 defer glog .PanicHandler ()
You can’t perform that action at this time.
0 commit comments