🚀 Version 1.0.1

This commit is contained in:
Philipp Krüger 2022-08-17 16:32:19 +02:00
parent 693f02f4ec
commit 727cf3a0d5
No known key found for this signature in database
GPG Key ID: 8048068BD2ACE7F6
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "elmjs-inspect",
"version": "1.0.0",
"version": "1.0.1",
"main": "bin/index.js",
"type": "module",
"bin": {

View File

@ -6,7 +6,7 @@ import { analyze } from "./analyze.js";
program
.name("elmjs-inspect")
.description("Analyze your elm.js file size with this tool.")
.version("1.0.0");
.version("1.0.1");
program
.option(