Skip to content

Commit

Permalink
chore: release 0.1.9 -> 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jj-style committed Mar 28, 2024
1 parent 19968a4 commit 7cf3c88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,10 @@
# Changelog

## [v0.1.9](https://github.com/jj-style/gobal-player/compare/v0.1.8...HEAD) (2024-03-28)
## [v0.1.10](https://github.com/jj-style/gobal-player/compare/v0.1.9...HEAD) (2024-03-28)

### Features
### [v0.1.9](https://github.com/jj-style/gobal-player/compare/v0.1.8...v0.1.9) (2024-03-28)

#### Features

* **server:** implement server to global player (#16)
([469a7aa](https://github.com/jj-style/gobal-player/commit/469a7aa72a6dcd0b8248070da810c9a097f51b15)),
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -17,7 +17,7 @@ Published in the [AUR: gobal-player-tui](https://aur.archlinux.org/packages/goba

#### From source
```bash
go install github.com/jj-style/gobal-player/cmd/gobal-player-tui@v0.1.9
go install github.com/jj-style/gobal-player/cmd/gobal-player-tui@v0.1.10
gobal-player-tui
```

Expand All @@ -32,4 +32,4 @@ RESTful server with friendly APIs to global player, and more features coming soo

### Docker

Run with docker: `docker run --rm -it -p 8080:8080 ghcr.io/jj-style/gobal-player-server:v0.1.9`
Run with docker: `docker run --rm -it -p 8080:8080 ghcr.io/jj-style/gobal-player-server:v0.1.10`

0 comments on commit 7cf3c88

Please sign in to comment.