From 11b5a230b486750879bd1ccc49efc760b3e6c387 Mon Sep 17 00:00:00 2001 From: Matthew Bloch Date: Mon, 22 Apr 2024 15:38:29 -0400 Subject: [PATCH] v0.120.2 --- ai2html.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ai2html.js b/ai2html.js index de698fd..ac9186f 100644 --- a/ai2html.js +++ b/ai2html.js @@ -44,7 +44,7 @@ function main() { // - Update the version number in package.json // - Add an entry to CHANGELOG.md // - Run 'npm publish' to create a new GitHub release -var scriptVersion = '0.120.0'; +var scriptVersion = '0.120.2'; // ================================================ // ai2html and config settings diff --git a/package.json b/package.json index 433d8ad..6cf38b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ai2html", - "version": "0.120.1", + "version": "0.120.2", "description": "A script for Adobe Illustrator that converts your Illustrator artwork into an html page.", "main": "./ai2html.js", "scripts": {