From b7c3be375abf6ddadd6173223512393ba736da4a Mon Sep 17 00:00:00 2001 From: Triangle717 Date: Fri, 12 Sep 2014 15:33:57 -0400 Subject: [PATCH] v1.3.0 Go ahead and release this for those who are running Split View. --- NEWS.md | 2 +- package.json | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/NEWS.md b/NEWS.md index 9575bd4..c3c19bc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ # Changes # ## 1.3.0 ## -### ?? September, 2014 ### +### 12 September, 2014 ### * Added Split View compatibility * **_HTML Skeleton_ now requires Brackets 0.44 or newer** * Properly detect image path relative to document ([#14](https://github.com/le717/brackets-html-skeleton/issues/14)) diff --git a/package.json b/package.json index fa5f150..a4bed34 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,12 @@ { "name": "le717.html-skeleton", "title": "HTML Skeleton", - "description": "Insert a variety of HTML elements into your document with ease.", + "description": "Insert a variety of HTML elements into your document with ease. Now compatible with Split View!", "homepage": "https://github.com/le717/brackets-html-skeleton", - "version": "1.2.2", + "version": "1.3.0", "author": "Triangle717 (http://le717.github.io)", "license": "MIT", - "engines": { - "brackets": ">=0.44.0" - }, + "engines": { "brackets": ">=0.44.0" }, "keywords": [ "HTML", "html",