From 17d9dc161c7c8f969d83cb8503fead40db9798d9 Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Wed, 4 Mar 2015 07:45:40 +0100 Subject: [PATCH] 1.7.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7a47f0ae2a..5e3c311ed94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack", - "version": "1.7.1", + "version": "1.7.2", "author": "Tobias Koppers @sokra", "description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jade, coffee, css, less, ... and your custom stuff.", "dependencies": {