From f8dc081aed3df3227803c25efaa415034866d74c Mon Sep 17 00:00:00 2001 From: Shadow Date: Mon, 30 Aug 2021 01:02:31 -0500 Subject: [PATCH] Increment package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6206e7f..c9831a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amaribot.js", - "version": "1.0.0", + "version": "1.0.1", "description": "A node.js wrapper for the AmariBot API", "main": "src/index.js", "scripts": {