From 0886c919354bb47251226c0f49b273740bd6285b Mon Sep 17 00:00:00 2001 From: Donovan Daniels Date: Sun, 28 Aug 2022 19:46:36 -0500 Subject: [PATCH] Alpha Release 0.0.6 --- dist/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/package.json b/dist/package.json index 29038d28..dcb1a80b 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "oceanic.js", - "version": "0.0.5", + "version": "0.0.6", "description": "A nodejs library for interfacing with Discord.", "main": "dist/lib/index.js", "types": "dist/lib/index.d.ts", diff --git a/package.json b/package.json index d8db5a2e..6d979f52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oceanic.js", - "version": "0.0.5", + "version": "0.0.6", "description": "A nodejs library for interfacing with Discord.", "main": "dist/lib/index.js", "types": "dist/lib/index.d.ts",