From d71ffc4c162d5eb6ad6d76ffb3e83a5e6069e0b4 Mon Sep 17 00:00:00 2001 From: Platinum Date: Sat, 18 Feb 2023 11:06:49 +1100 Subject: [PATCH] chore: update package --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a2e60f9..edf20f3 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "TheBlacklist", - "version": "1.0.2", + "version": "1.1.0", "main": "src/mod.js", - "license": "MIT", + "license": "GPLv3", "author": "Platinum", - "akiVersion": "3.5.0", + "akiVersion": "3.5.*", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts"