diff --git a/README.md b/README.md index 302d8ec..df129a7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Demo and documentation on [http://toopay.github.io/bootstrap-markdown/](http://t ### LICENSE -> Copyright 2013-2014 Taufan Aditya +> Copyright 2013-2016 Taufan Aditya > > Licensed under the Apache License, Version 2.0 (the "License"); > you may not use this file except in compliance with the License. diff --git a/bower.json b/bower.json index f8d57d6..ecdb88f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bootstrap-markdown", - "version": "2.9.0", + "version": "2.10.0", "main": ["./js/bootstrap-markdown.js", "./css/bootstrap-markdown.min.css"], "license": "Apache-2.0", "dependencies": { diff --git a/js/bootstrap-markdown.js b/js/bootstrap-markdown.js index 9f8d00e..21e8c60 100644 --- a/js/bootstrap-markdown.js +++ b/js/bootstrap-markdown.js @@ -1,8 +1,8 @@ /* =================================================== - * bootstrap-markdown.js v2.9.0 + * bootstrap-markdown.js v2.10.0 * http://github.com/toopay/bootstrap-markdown * =================================================== - * Copyright 2013-2015 Taufan Aditya + * Copyright 2013-2016 Taufan Aditya * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/less/bootstrap-markdown.less b/less/bootstrap-markdown.less index 39e97ff..a8cfd6c 100644 --- a/less/bootstrap-markdown.less +++ b/less/bootstrap-markdown.less @@ -2,7 +2,7 @@ * Bootstrap-Markdown.less * * @author Taufan Aditya @taufanaditya - * @copyright 2013-2015 Taufan Aditya + * @copyright 2013-2016 Taufan Aditya */ .md-editor { diff --git a/package.json b/package.json index 50ffc21..a6ba7f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap-markdown", "filename": "js/bootstrap-markdown.js", - "version": "2.9.0", + "version": "2.10.0", "description": "A bootstrap plugin for markdown editing", "license" : "Apache-2.0", "homepage": "https://github.com/toopay/bootstrap-markdown",