From b98790a64684b53dccb544bb164cd1de779039c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E5=AD=90?= Date: Wed, 25 Dec 2024 19:54:38 +0800 Subject: [PATCH] 0.6.3 --- dist/js/neodb.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/js/neodb.js b/dist/js/neodb.js index 0bff788..ee3c83a 100644 --- a/dist/js/neodb.js +++ b/dist/js/neodb.js @@ -3,7 +3,6 @@ class NeoDB { this.container = config.container; this.types = config.types ?? ["book", "movie", "tv", "music", "game", "podcast"]; this.baseAPI = config.baseAPI; - this.ver = "1.0.6"; this.type = "movie"; this.status = "complete"; this.finished = false;