From 4de243d944d139573fd035932d6e753902cc7e68 Mon Sep 17 00:00:00 2001 From: Afshin Mehrabani Date: Sun, 24 Apr 2016 19:50:06 +0100 Subject: [PATCH] change version number to 2.1.0 --- component.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/component.json b/component.json index 8f030f6d0..1ae0a3720 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "intro.js", "repo": "usablica/intro.js", "description": "Better introductions for websites and features with a step-by-step guide for your projects", - "version": "2.0", + "version": "2.1.0", "main": "intro.js", "scripts": [ "intro.js" diff --git a/package.json b/package.json index 85762ec5e..e558a8dbf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "intro.js", "description": "Better introductions for websites and features with a step-by-step guide for your projects", - "version": "2.0.0", + "version": "2.1.0", "author": "Afshin Mehrabani ", "repository": { "type": "git",