diff --git a/README.md b/README.md index 57cab4f..cd62504 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: @@ -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 ``` \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 931996e..cb8f1c9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: diff --git a/package-lock.json b/package-lock.json index 2d0f2f6..776de73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "music-disc", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "music-disc", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { "body-parser": "^1.20.2", diff --git a/package.json b/package.json index 1baffd5..4468fe5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "music-disc", - "version": "2.1.1", + "version": "2.1.2", "description": "Discord Music Bot", "main": "./src/index.ts", "scripts": {