From a68b04f0df3a2b200f0a3e92418e813396fd5d71 Mon Sep 17 00:00:00 2001 From: agostinhosamil Date: Mon, 27 Nov 2023 16:37:47 +0100 Subject: [PATCH] fix: update packages versions --- packages/development/package.json | 2 +- packages/production/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/development/package.json b/packages/development/package.json index 779b910..563dc44 100644 --- a/packages/development/package.json +++ b/packages/development/package.json @@ -1,6 +1,6 @@ { "name": "asaml-dev", - "version": "1.3.0", + "version": "1.4.0", "description": "Asa.ml development package", "main": "dist/index.js", "author": "Ysamark Development Team (https://ysamark.ao/hatatsu)", diff --git a/packages/production/package.json b/packages/production/package.json index d2f555c..ee4e897 100644 --- a/packages/production/package.json +++ b/packages/production/package.json @@ -1,7 +1,7 @@ { "name": "asaml", "description": "Web application builder framework", - "version": "1.7.0", + "version": "1.8.0", "main": "dist/index.js", "license": "MIT", "icon": "src/assets/icon.png",