Skip to content

Commit

Permalink
v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hmes98318 committed Mar 16, 2024
1 parent b29a90f commit 3b4a9b9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you encounter any issues or would like to contribute to the community, please

### Clone the latest version of the repository
```
git clone -b v2.1.1 https://github.com/hmes98318/Music-Disc.git
git clone -b v2.1.2 https://github.com/hmes98318/Music-Disc.git
```
or [**click here**](https://github.com/hmes98318/Music-Disc/releases) to download

Expand Down Expand Up @@ -133,7 +133,7 @@ Please put your **token** into the `BOT_TOKEN` variable.
version: '3.8'
services:
music-disc:
image: hmes98318/music-disc:2.1.1
image: hmes98318/music-disc:latest
container_name: music-disc
restart: always
environment:
Expand Down Expand Up @@ -215,5 +215,5 @@ docker run -d \
-v $(pwd)/nodelist.json:/bot/nodelist.json \
-v $(pwd)/blacklist.json:/bot/blacklist.json \
-p 33333:33333 \
hmes98318/music-disc:2.1.1
hmes98318/music-disc:latest
```
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.8'
services:
music-disc:
image: hmes98318/music-disc:2.1.1
image: hmes98318/music-disc:latest
container_name: music-disc
restart: always
environment:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "music-disc",
"version": "2.1.1",
"version": "2.1.2",
"description": "Discord Music Bot",
"main": "./src/index.ts",
"scripts": {
Expand Down

0 comments on commit 3b4a9b9

Please sign in to comment.