diff --git a/bower.json b/bower.json index 6b98209..37196ae 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-markdown-editor-ghiscoding", - "version": "1.1.3", + "version": "1.1.4", "author": "Ghislain B.", "description": "Angular Markdown Editor, all-in-one Markdown Editor and Preview", "main": [ diff --git a/package.json b/package.json index 79b5e36..b318686 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-markdown-editor", - "version": "1.1.3", + "version": "1.1.4", "author": "Ghislain B.", "description": "Angular Markdown Editor, all-in-one Markdown Editor and Preview", "main": "app.js", diff --git a/readme.md b/readme.md index 302bcba..5e4ea7e 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # Angular Markdown Editor (Directive) -`1.1.3` +`1.1.4` ## What do we have? In this package we will use a few libraries and tools to make a more convenient "all in one" WYSIWYG Markdown Editor with preview. All of that with a simple AngularJS Directive call. I plan to use this mainly for online documentation but it could be useful for many other reasons (docs, blog, etc...).