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 /package.json | |
| 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
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 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": { |