From 1990fbd4b0c09b86b61614c4dbfb8ee897ce01e0 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Sat, 14 Jan 2023 22:19:26 -0500 Subject: [PATCH] bump version --- mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.ts b/mod.ts index fecc666..433f632 100644 --- a/mod.ts +++ b/mod.ts @@ -4,5 +4,5 @@ export default Wattpad; import Chapter from "./src/classes/Chapter.ts"; import Search from "./src/classes/Search.ts"; import Story from "./src/classes/Story.ts"; -const VERSION = "v0.0.1"; +const VERSION = "v0.0.2"; export { Chapter, Search, Story, VERSION, Wattpad };