From 105d21977d0f870910d86f7706c06ee8bd3bded9 Mon Sep 17 00:00:00 2001 From: Lukasz Date: Mon, 13 Nov 2017 15:44:45 +0000 Subject: [PATCH] Bump version to 3.0.2 so that it gets the newest NPM timestamp. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 647fd54..810570e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuex-typescript", - "version": "3.0.1", + "version": "3.0.2", "description": "A simple way to get static typing, static code analysis and intellisense with Vuex library.", "files": [ "dist/index.js",