From 3c34cc1093022cc92bf282b2450e4e48f6eda164 Mon Sep 17 00:00:00 2001 From: "Brian J. Geiger" Date: Thu, 23 Apr 2015 15:21:48 -0400 Subject: [PATCH] Update version --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 74e6fcc..05f349d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "markdown-it-video", - "version": "0.1.6", + "version": "0.2.1", "authors": [ "Brian J. Geiger " ], diff --git a/package.json b/package.json index a4e2b90..23751cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it-video", - "version": "0.2.0", + "version": "0.2.1", "description": "Markdown-it plugin to embed a hosted videos", "main": "index.js", "scripts": {