From 4258c3ce92b3d2738d2bac9b811082aa178b9b01 Mon Sep 17 00:00:00 2001 From: Tor Arvid Lund Date: Thu, 10 Jun 2021 15:54:31 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20version=20to=20v0.0?= =?UTF-8?q?.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f33f74..a1a3fd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-strict", - "version": "0.0.4", + "version": "0.0.5", "description": "Add 'use strict'; to all code not in node_modules", "main": "index.js", "author": {