From a52e2033001b371420b43f5496a9fd421171df92 Mon Sep 17 00:00:00 2001 From: Sam Clarke Date: Wed, 11 Mar 2015 21:54:49 +0000 Subject: [PATCH] Update version number for 1.4.7 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 613097dd7..f37b72010 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [SCEditor](http://www.sceditor.com/) v1.4.6 +# [SCEditor](http://www.sceditor.com/) v1.4.7 [![Build Status](http://img.shields.io/travis/samclarke/SCEditor/master.svg?style=flat-square)](https://travis-ci.org/samclarke/SCEditor) [![Dependency Status](http://img.shields.io/gemnasium/samclarke/SCEditor.svg?style=flat-square)](https://gemnasium.com/samclarke/SCEditor) diff --git a/package.json b/package.json index 4acab21db..034876f2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sceditor", - "version": "1.4.6", + "version": "1.4.7", "description": "A lightweight HTML and BBCode WYSIWYG editor.", "homepage": "http://www.sceditor.com/", "bugs": "https://github.com/samclarke/SCEditor/issues",