Skip to content

Commit

Permalink
Build: release shotit-media v0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Leslie-Wong-H committed Aug 2, 2023
1 parent 5dc281d commit ad5c019
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/shotit/shotit-media/docker-image.yml?branch=main&style=flat-square)](https://github.com/shotit/shotit-media/actions)
[![GitHub release](https://img.shields.io/github/release/shotit/shotit-media.svg)](https://github.com/shotit/shotit-media/releases/latest)
[![Docker](https://img.shields.io/docker/pulls/lesliewong007/shotit-media?style=flat-square)](https://hub.docker.com/r/lesliewong007/shotit-media)
[![Docker Image Size](https://img.shields.io/docker/image-size/lesliewong007/shotit-media/v0.9.9?style=flat-square)](https://hub.docker.com/r/lesliewong007/shotit-media)
[![Docker Image Size](https://img.shields.io/docker/image-size/lesliewong007/shotit-media/v0.9.10?style=flat-square)](https://hub.docker.com/r/lesliewong007/shotit-media)

### Media broker for serving video preview for [shotit](https://github.com/shotit/shotit)

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.5"
services:
media:
container_name: shotit-media
image: ghcr.io/shotit/shotit-media:v0.9.9
image: ghcr.io/shotit/shotit-media:v0.9.10
restart: unless-stopped
environment:
- TRACE_MEDIA_SALT=${TRACE_MEDIA_SALT}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shotit-media",
"version": "0.9.9",
"version": "0.9.10",
"description": "Media broker for shotit",
"main": "server.js",
"type": "module",
Expand Down

0 comments on commit ad5c019

Please sign in to comment.