Bumb Version

This commit is contained in:
Christer Warén 2022-07-19 00:13:28 +03:00
parent 527c4ab276
commit 99d588e55c
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "eximiabots-radiox", "name": "eximiabots-radiox",
"version": "0.3.21", "version": "0.4.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "eximiabots-radiox", "name": "eximiabots-radiox",
"version": "0.3.21", "version": "0.4.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@discordjs/builders": "^1.0.0", "@discordjs/builders": "^1.0.0",

View File

@ -1,12 +1,12 @@
{ {
"name": "eximiabots-radiox", "name": "eximiabots-radiox",
"version": "0.3.21", "version": "0.4.0",
"description": "Internet Radio to your Discord guild", "description": "Internet Radio to your Discord guild",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "rimraf ./build && tsc", "build": "rimraf ./build && tsc",
"start": "node --no-warnings build/index.js", "start": "node --no-warnings build/index.js",
"start:dev": "npm run build && node --no-warnings build/index.js" "start:dev": "rimraf ./build && tsc && node --no-warnings build/index.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",