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",