Skip to content

Commit

Permalink
0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dxstiny committed Oct 22, 2022
1 parent 40b6aaa commit 6e3e601
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
reap-one:
image: "ghcr.io/reaudioplayer/reap-one:0.9.3"
image: "ghcr.io/reaudioplayer/reap-one:0.9.4"
ports:
- "1234:80"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion one.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set VERSION=0.9.3
set VERSION=0.9.4

set command=%1
set arg=%2
Expand Down
1 change: 0 additions & 1 deletion src/server/handler/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
__copyright__ = ("Copyright (c) 2022 https://github.com/reAudioPlayer")

import asyncio
from os import environ

from aiohttp import web

Expand Down

0 comments on commit 6e3e601

Please sign in to comment.