From 2f514912692b5f0f7025214907622c296354dd02 Mon Sep 17 00:00:00 2001 From: agostinhosamil Date: Tue, 19 Dec 2023 14:32:55 +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 8917ec0..adc6418 100644 --- a/packages/development/package.json +++ b/packages/development/package.json @@ -1,6 +1,6 @@ { "name": "asaml-dev", - "version": "1.15.0", + "version": "1.16.0", "description": "Asa.ml development package", "main": "index.js", "author": "Ysamark Development Team (https://ysamark.ao/hatatsu)", diff --git a/packages/production/package.json b/packages/production/package.json index 096473e..cbe0e5a 100644 --- a/packages/production/package.json +++ b/packages/production/package.json @@ -1,7 +1,7 @@ { "name": "asaml", "description": "Web application builder framework", - "version": "1.15.0", + "version": "1.16.0", "main": "index.js", "license": "MIT", "icon": "src/assets/icon.png",