From f871b05afebe9dedaa32777e83f73db770107c88 Mon Sep 17 00:00:00 2001 From: Julli4n <11952329+Julli4n@users.noreply.github.com> Date: Wed, 30 Mar 2022 20:46:08 -0700 Subject: [PATCH] v0.1.3 --- scripts/dnt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dnt.ts b/scripts/dnt.ts index 39bfe95..9ef3dff 100644 --- a/scripts/dnt.ts +++ b/scripts/dnt.ts @@ -38,7 +38,7 @@ await build({ }, package: { name: "@dynabloxjs/opencloud", - version: "0.1.2", + version: "0.1.3", description: "A Roblox OpenCloud API wrapper for Deno (and NodeJS) written in TypeScript. This is an automatically generated Node port.", homepage: "https://github.com/dynabloxjs/dynablox_opencloud", author: "Julli4n",