From 21aa533d26f0529ca03584967477199049cc93cf Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Wed, 1 Feb 2023 21:47:31 -0500 Subject: [PATCH] bump ver --- mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.ts b/mod.ts index f648624..93fe3b9 100644 --- a/mod.ts +++ b/mod.ts @@ -5,5 +5,5 @@ import Chapter from "./src/classes/Chapter.ts"; import Search from "./src/classes/Search.ts"; import Story from "./src/classes/Story.ts"; import User from "./src/classes/User.ts"; -const VERSION = "v0.1.1"; +const VERSION = "v0.2.0"; export { Chapter, Search, Story, User, VERSION, Wattpad };