From c23fb8205659278a7038d3332451fac51ed0593c Mon Sep 17 00:00:00 2001 From: Matthew Griffith Date: Sat, 25 Sep 2021 10:40:27 -0400 Subject: [PATCH] Update package.json to new version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fd17b9..c8b2dcf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "elm-optimize-level-2", "description": "A second level of optimization for the Javascript that the Elm Compiler produces.", - "version": "0.1.5", + "version": "0.2.0", "license": "BSD-3-Clause", "main": "dist/index.js", "typings": "dist/index.d.ts",