Skip to content

Commit 3f69bb3

Browse files
committed
Bump version and update year
1 parent 9198e97 commit 3f69bb3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Demo and documentation on [http://toopay.github.io/bootstrap-markdown/](http://t
1111

1212
### LICENSE
1313

14-
> Copyright 2013-2014 Taufan Aditya
14+
> Copyright 2013-2016 Taufan Aditya
1515
>
1616
> Licensed under the Apache License, Version 2.0 (the "License");
1717
> you may not use this file except in compliance with the License.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-markdown",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"main": ["./js/bootstrap-markdown.js", "./css/bootstrap-markdown.min.css"],
55
"license": "Apache-2.0",
66
"dependencies": {

js/bootstrap-markdown.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* ===================================================
2-
* bootstrap-markdown.js v2.9.0
2+
* bootstrap-markdown.js v2.10.0
33
* http://github.com/toopay/bootstrap-markdown
44
* ===================================================
5-
* Copyright 2013-2015 Taufan Aditya
5+
* Copyright 2013-2016 Taufan Aditya
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

less/bootstrap-markdown.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bootstrap-Markdown.less
33
*
44
* @author Taufan Aditya @taufanaditya
5-
* @copyright 2013-2015 Taufan Aditya
5+
* @copyright 2013-2016 Taufan Aditya
66
*/
77

88
.md-editor {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap-markdown",
33
"filename": "js/bootstrap-markdown.js",
4-
"version": "2.9.0",
4+
"version": "2.10.0",
55
"description": "A bootstrap plugin for markdown editing",
66
"license" : "Apache-2.0",
77
"homepage": "https://github.com/toopay/bootstrap-markdown",

0 commit comments

Comments
 (0)