From 130039dbfd0b7e66e1b1b608410381c60195d5e5 Mon Sep 17 00:00:00 2001 From: Adam Dierkens Date: Tue, 25 Jul 2017 10:15:26 -0700 Subject: [PATCH] 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7cf57c..51947aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-inject-plugin", - "version": "0.1.0", + "version": "0.1.1", "description": "A webpack plugin to dynamically inject code into the bundle.", "main": "dist/main.js", "scripts": {