diff --git a/TypeScript/10ScopesAndTypes/package.json b/TypeScript/10ScopesAndTypes/package.json index 14b9cb3..9e6f9b2 100644 --- a/TypeScript/10ScopesAndTypes/package.json +++ b/TypeScript/10ScopesAndTypes/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.4.1", + "akiVersion": "~3.5", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/11BundleLoadingSample/package.json b/TypeScript/11BundleLoadingSample/package.json index bab1c50..12b27dd 100644 --- a/TypeScript/11BundleLoadingSample/package.json +++ b/TypeScript/11BundleLoadingSample/package.json @@ -5,7 +5,7 @@ "license": "MIT", "main": "src/mod.js", "isBundleMod": true, - "akiVersion": "3.4.0", + "akiVersion": "~3.5", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/12ClassExtensionOverride/package.json b/TypeScript/12ClassExtensionOverride/package.json index dcf1910..13d3863 100644 --- a/TypeScript/12ClassExtensionOverride/package.json +++ b/TypeScript/12ClassExtensionOverride/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.4.1", + "akiVersion": "~3.5", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/13AddTrader/package.json b/TypeScript/13AddTrader/package.json index 6b4dd47..405637a 100644 --- a/TypeScript/13AddTrader/package.json +++ b/TypeScript/13AddTrader/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Shirito", - "akiVersion": "3.4.1", + "akiVersion": "~3.5", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/14AfterDBLoadHook/package.json b/TypeScript/14AfterDBLoadHook/package.json index 572fde8..c7b67e2 100644 --- a/TypeScript/14AfterDBLoadHook/package.json +++ b/TypeScript/14AfterDBLoadHook/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.4.1", + "akiVersion": "~3.5", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/15HttpListenerExample/package.json b/TypeScript/15HttpListenerExample/package.json index f46fb7c..502c5d2 100644 --- a/TypeScript/15HttpListenerExample/package.json +++ b/TypeScript/15HttpListenerExample/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Alex", - "akiVersion": "3.4.1", + "akiVersion": "~3.5", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/1LogToConsole/package.json b/TypeScript/1LogToConsole/package.json index 9342d21..4650303 100644 --- a/TypeScript/1LogToConsole/package.json +++ b/TypeScript/1LogToConsole/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.4.1", + "akiVersion": "~3.5", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/2EditDatabase/package.json b/TypeScript/2EditDatabase/package.json index 70e4cd0..027ba6b 100644 --- a/TypeScript/2EditDatabase/package.json +++ b/TypeScript/2EditDatabase/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.4.1", + "akiVersion": "~3.5", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/3GetSptConfigFile/package.json b/TypeScript/3GetSptConfigFile/package.json index 05f96f7..d0e22f7 100644 --- a/TypeScript/3GetSptConfigFile/package.json +++ b/TypeScript/3GetSptConfigFile/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.4.1", + "akiVersion": "~3.5", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/4UseACustomConfigFile/package.json b/TypeScript/4UseACustomConfigFile/package.json index 8ce9132..f07a927 100644 --- a/TypeScript/4UseACustomConfigFile/package.json +++ b/TypeScript/4UseACustomConfigFile/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.4.1", + "akiVersion": "~3.5", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/5ReplaceMethod/package.json b/TypeScript/5ReplaceMethod/package.json index d736916..46fa9a1 100644 --- a/TypeScript/5ReplaceMethod/package.json +++ b/TypeScript/5ReplaceMethod/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.4.1", + "akiVersion": "~3.5", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/6ReferenceAnotherClass/package.json b/TypeScript/6ReferenceAnotherClass/package.json index 2de9fe0..327e429 100644 --- a/TypeScript/6ReferenceAnotherClass/package.json +++ b/TypeScript/6ReferenceAnotherClass/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.4.1", + "akiVersion": "~3.5", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/7OnLoadHook/package.json b/TypeScript/7OnLoadHook/package.json index 5edfc92..62aa9d0 100644 --- a/TypeScript/7OnLoadHook/package.json +++ b/TypeScript/7OnLoadHook/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.4.1", + "akiVersion": "~3.5", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/8OnUpdateHook/package.json b/TypeScript/8OnUpdateHook/package.json index 45321a2..353fa02 100644 --- a/TypeScript/8OnUpdateHook/package.json +++ b/TypeScript/8OnUpdateHook/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.4.1", + "akiVersion": "~3.5", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/TypeScript/9RouterHooks/package.json b/TypeScript/9RouterHooks/package.json index afd6b9d..58ec735 100644 --- a/TypeScript/9RouterHooks/package.json +++ b/TypeScript/9RouterHooks/package.json @@ -4,7 +4,7 @@ "main": "src/mod.js", "license": "MIT", "author": "Chomp", - "akiVersion": "3.4.1", + "akiVersion": "~3.5", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts"