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 1
1
GO? =$(shell which go)
2
2
BUILD_OPTS? =-trimpath -v
3
3
4
- VERSION? =$(shell git describe --always --dirty || echo 0.2.0 )
4
+ VERSION? =$(shell git describe --always --dirty || echo 0.2.1 )
5
5
6
6
GO_LDFLAGS: =
7
7
GO_LDFLAGS+ =-X main.Version=$(VERSION )
Original file line number Diff line number Diff line change 1
1
# uniview
2
2
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
+
3
11
<img alt =" Uniview Logo " src =" https://git.sr.ht/~mpldr/uniview/blob/master/contrib/icon.svg " height =" 64 " >
4
12
5
13
This program syncronises video playback across multiple mpv instances.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
)
12
12
13
13
// Version is filled with the programs version at compile time
14
- var Version = "0.2.0 "
14
+ var Version = "0.2.1 "
15
15
16
16
func main () {
17
17
defer glog .PanicHandler ()
You can’t perform that action at this time.
0 commit comments