From 234414c2f272ebdb38790f22ac3a545f89c8e58d Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 1 Feb 2015 16:49:18 +1100 Subject: [PATCH] v3.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e93258a53..0a48e0fb1c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "6to5", "description": "Turn ES6 code into readable vanilla ES5 with source maps", - "version": "3.2.1", + "version": "3.3.0", "author": "Sebastian McKenzie ", "homepage": "https://6to5.org/", "repository": "6to5/6to5",