diff options
| author | 8cy <[email protected]> | 2020-04-23 12:06:34 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-23 12:06:34 -0700 |
| commit | 91c5867a16a4b4b22004848e759a81db3b0676c2 (patch) | |
| tree | db45b9aafac225ae73469aebf5fabcfba4f5b468 /package.json | |
| parent | change app.js bot path, get version from config.json, v7.4.1 (diff) | |
| download | dep-core-91c5867a16a4b4b22004848e759a81db3b0676c2.tar.xz dep-core-91c5867a16a4b4b22004848e759a81db3b0676c2.zip | |
change mongdburl to mlab, v7.4.2
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ad9524e..4382c86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "package", - "version": "7.4.1", + "version": "7.4.2", "description": "A Discord bot that supports audio playback, fun commands, utilities, and soundsboard, and more to come!", "main": "./dist/app.js", "scripts": { |