diff options
| author | 8cy <[email protected]> | 2020-05-07 15:01:50 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-05-07 15:01:50 -0700 |
| commit | 6198a6d60efc83b35bfe9f27ad9fcd3dd2b0247c (patch) | |
| tree | 47cc665af3fdd2bcfa4b9867067a8a3f9a3f757e | |
| parent | add cmd logging and join server logging to support server (diff) | |
| download | dep-core-6198a6d60efc83b35bfe9f27ad9fcd3dd2b0247c.tar.xz dep-core-6198a6d60efc83b35bfe9f27ad9fcd3dd2b0247c.zip | |
add missing version increment from last commit
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | src/config.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index a7eb7df..4b138c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uwufier", - "version": "1.10.4", + "version": "1.10.5", "description": "A Discord bot that supports audio playback, fun commands, utilities, and soundsboard, and more to come!", "main": "./dist/app.js", "scripts": { diff --git a/src/config.json b/src/config.json index c62c6ab..dc39936 100644 --- a/src/config.json +++ b/src/config.json @@ -1,7 +1,7 @@ { "secret":"Njk5NDczMjYzOTk4MjcxNDg5.XpU5oQ.btZuxVudhNllSQY6CxrXXtMJm9A", "yt-api-key":"AIzaSyCeG1lQAeInv4vjFv_eTL9IFAFNdQC9Nk8", - "version":"1.10.4", + "version":"1.10.5", "fortniteTrackerNetworkToken": "4cf21f95-5f1a-412a-b4a7-e5424adc314a", "maxMultipler": 100, "minMultipler": 1.01 |