Skip to content

Commit

Permalink
v0.120.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbloch committed Apr 22, 2024
1 parent d95960d commit 11b5a23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ai2html.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 11b5a23

Please sign in to comment.