From 654f7a0803cb4fc732e3e802c50c12dc1c81d372 Mon Sep 17 00:00:00 2001 From: Valens Date: Sun, 8 Jan 2023 01:55:55 -0500 Subject: [PATCH] Package update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 366ebf5..dafd673 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "Valens-Progression", - "version": "1.2.4", + "version": "1.3.0", "main": "src/mod.js", "license": "CC BY-NC-ND 4.0", "author": "Valens", - "akiVersion": "3.5.*", + "akiVersion": ">=3.4.*", "scripts": { "setup:environment": "npm i", "build:unzipped": "copyfiles -e \"./node_modules/**/*.*\" -e \"./dist/**/*.*\" -e \"./package-lock.json\" -e \"./tsconfig.json\" -e \"./README.txt\" -e \"./mod.code-workspace\" \"./**/*.*\" ./dist",