From d315d8d2a77cab97d90dcac5ee9f36c1d7688245 Mon Sep 17 00:00:00 2001 From: Glen Maddern Date: Tue, 6 Sep 2016 08:47:37 +1000 Subject: [PATCH] 0.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c8b61f..6bcbe78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-selector-tokenizer", - "version": "0.6.0", + "version": "0.7.0", "description": "Parses and stringifies CSS selectors", "main": "lib/index.js", "scripts": {