Skip to content

Commit 80cea83

Browse files
committed
feat: Updating package and config versions for new release
1 parent 768553f commit 80cea83

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testify",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Open Source Discord Bot",
55
"main": "src/index.js",
66
"scripts": {

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
// BOT VERSION //
3-
botVersion: "BETA-v1.5.0",
3+
botVersion: "BETA-v1.6.0",
44

55
// BOT INFO //
66
prefix: "t?", // Default prefix

0 commit comments

Comments
 (0)