Skip to content

Commit

Permalink
Update to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hmes98318 committed Apr 7, 2023
1 parent a19924d commit d485def
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Supports **YouTube**, **Spotify**, **SoundCloud** streams.

### Clone the repository
```
git clone -b v1.3.1 https://github.com/hmes98318/Music-Disc.git
git clone -b v1.3.2 https://github.com/hmes98318/Music-Disc.git
```
or [**click here**](https://github.com/hmes98318/Music-Disc/releases) to download

Expand Down Expand Up @@ -94,7 +94,7 @@ npm run start
version: '3.8'
services:
music-disc:
image: hmes98318/music-disc:1.3.1
image: hmes98318/music-disc:1.3.2
container_name: music-disc
restart: always
ports:
Expand Down
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:1.3.1
image: hmes98318/music-disc:1.3.2
container_name: music-disc
restart: always
ports:
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": "1.3.1",
"version": "1.3.2",
"description": "Discord Music Bot",
"main": "/src/index.js",
"scripts": {
Expand Down

0 comments on commit d485def

Please sign in to comment.