Skip to content

Commit

Permalink
Bump version and update year
Browse files Browse the repository at this point in the history
  • Loading branch information
toopay committed Jan 15, 2016
1 parent 9198e97 commit 3f69bb3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions js/bootstrap-markdown.js
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion less/bootstrap-markdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Bootstrap-Markdown.less
*
* @author Taufan Aditya @taufanaditya
* @copyright 2013-2015 Taufan Aditya
* @copyright 2013-2016 Taufan Aditya
*/

.md-editor {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3f69bb3

Please sign in to comment.