diff --git a/README.md b/README.md index 1280b8f..e422d5a 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docker-compose.yml b/docker-compose.yml index 16cc195..2839034 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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} diff --git a/package.json b/package.json index 771fa75..0acc7ef 100644 --- a/package.json +++ b/package.json @@ -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",