up version

This commit is contained in:
NlightN22 2024-05-03 20:39:50 +07:00
parent d25d26b8ae
commit 83d5c3424c
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
# Build commands:
# - $VERSION=1.2
# - $VERSION=1.3
# - rm build -r -Force ; rm ./node_modules/.cache/babel-loader -r -Force ; yarn build
# - docker build --pull --rm -t oncharterliz/multi-frigate:latest -t oncharterliz/multi-frigate:$VERSION "."
# - docker image push --all-tags oncharterliz/multi-frigate

View File

@ -1,6 +1,6 @@
{
"name": "client",
"version": "0.1.0",
"name": "multi-frigate",
"version": "0.1.3",
"private": true,
"dependencies": {
"@cycjimmy/jsmpeg-player": "^6.0.5",

View File

@ -105,6 +105,7 @@ const EventsAccordion = ({
>
{data.map(event => (
<EventsAccordionItem
key={event.id}
event={event}
hostName={hostName}
played={recStore.playedItem === event.id}