From b5eb5ee3183e2af492a9401ea80fd1c60cbf6db2 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Fri, 25 Sep 2015 22:09:34 -0500 Subject: [PATCH 1/4] 1.7.3 --- package.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index d4e72eb..027a6d1 100644 --- a/package.json +++ b/package.json @@ -1,36 +1,36 @@ { "name": "simplemde", - "version": "1.7.2", + "version": "1.7.3", "description": "A simple, beautiful, and embeddable JavaScript markdown editor. Features autosaving and spell checking.", "keywords": [ - "embeddable", - "markdown", - "editor", - "javascript", - "wysiwyg" + "embeddable", + "markdown", + "editor", + "javascript", + "wysiwyg" ], "homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor", "main": "gulpfile.js", "license": "MIT", "company": "Next Step Webs, Inc.", "author": { - "name": "Wes Cossick", - "url": "http://www.WesCossick.com" + "name": "Wes Cossick", + "url": "http://www.WesCossick.com" }, "bugs": { - "url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues" + "url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues" }, "devDependencies": { - "gulp": "*", - "gulp-minify-css": "*", - "gulp-uglify": "*", - "gulp-concat": "*", - "gulp-header": "*", - "gulp-jsbeautifier": "*", - "gulp-download": "*" + "gulp": "*", + "gulp-minify-css": "*", + "gulp-uglify": "*", + "gulp-concat": "*", + "gulp-header": "*", + "gulp-jsbeautifier": "*", + "gulp-download": "*" }, "repository": { - "type": "git", - "url": "https://github.com/NextStepWebs/simplemde-markdown-editor" + "type": "git", + "url": "https://github.com/NextStepWebs/simplemde-markdown-editor" } } From c5e3905ae92299c3037f2a4f81ba05dcc99f7bd1 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Fri, 25 Sep 2015 22:12:26 -0500 Subject: [PATCH 2/4] Update version number --- dist/simplemde.min.css | 2 +- dist/simplemde.min.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/simplemde.min.css b/dist/simplemde.min.css index 5f37bde..2d4962d 100644 --- a/dist/simplemde.min.css +++ b/dist/simplemde.min.css @@ -1,5 +1,5 @@ /** - * simplemde v1.7.2 + * simplemde v1.7.3 * Copyright Next Step Webs, Inc. * @link https://github.com/NextStepWebs/simplemde-markdown-editor * @license MIT diff --git a/dist/simplemde.min.js b/dist/simplemde.min.js index a1b1b90..e890f48 100644 --- a/dist/simplemde.min.js +++ b/dist/simplemde.min.js @@ -1,5 +1,5 @@ /** - * simplemde v1.7.2 + * simplemde v1.7.3 * Copyright Next Step Webs, Inc. * @link https://github.com/NextStepWebs/simplemde-markdown-editor * @license MIT From 1560d4b7d76f575c4353b4e48f0604ea37497d50 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Fri, 25 Sep 2015 22:12:36 -0500 Subject: [PATCH 3/4] 1.7.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 027a6d1..846ee15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simplemde", - "version": "1.7.3", + "version": "1.7.4", "description": "A simple, beautiful, and embeddable JavaScript markdown editor. Features autosaving and spell checking.", "keywords": [ "embeddable", From cee66d487301d747d7cfc541d7132cde8b1d4056 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Fri, 25 Sep 2015 22:14:01 -0500 Subject: [PATCH 4/4] Update version number --- dist/simplemde.min.css | 2 +- dist/simplemde.min.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/simplemde.min.css b/dist/simplemde.min.css index 2d4962d..fa2a38d 100644 --- a/dist/simplemde.min.css +++ b/dist/simplemde.min.css @@ -1,5 +1,5 @@ /** - * simplemde v1.7.3 + * simplemde v1.7.4 * Copyright Next Step Webs, Inc. * @link https://github.com/NextStepWebs/simplemde-markdown-editor * @license MIT diff --git a/dist/simplemde.min.js b/dist/simplemde.min.js index e890f48..7280789 100644 --- a/dist/simplemde.min.js +++ b/dist/simplemde.min.js @@ -1,5 +1,5 @@ /** - * simplemde v1.7.3 + * simplemde v1.7.4 * Copyright Next Step Webs, Inc. * @link https://github.com/NextStepWebs/simplemde-markdown-editor * @license MIT