From 06402859dec32fe1a7ece028cadefffb5131c092 Mon Sep 17 00:00:00 2001 From: Donovan Daniels Date: Sun, 28 Aug 2022 07:15:48 -0500 Subject: [PATCH] Alpha Release 0.0.5 --- 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 085d6340..d65d5188 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "oceanic.js", - "version": "0.0.4", + "version": "0.0.5", "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 dc660344..3211e103 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oceanic.js", - "version": "0.0.4", + "version": "0.0.5", "description": "A nodejs library for interfacing with Discord.", "main": "dist/lib/index.js", "types": "dist/lib/index.d.ts",