Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Jan 31, 2014
1 parent 613bf6a commit 52e445f
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2011-2013, Christopher Jeffrey (https://github.com/chjj/)
Copyright (c) 2011-2014, Christopher Jeffrey (https://github.com/chjj/)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -373,7 +373,7 @@ all code is your original work. `</legalese>`
## License
Copyright (c) 2011-2013, Christopher Jeffrey. (MIT License)
Copyright (c) 2011-2014, Christopher Jeffrey. (MIT License)
See LICENSE for more info.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marked",
"version": "0.2.10",
"version": "0.3.1",
"repo": "chjj/marked",
"description": "A markdown parser built for speed",
"keywords": ["markdown", "markup", "html"],
4 changes: 2 additions & 2 deletions man/marked.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.ds q \N'34'
.TH marked 1 "2013-01-05" "v0.2.7" "marked.js"
.TH marked 1 "2014-01-31" "v0.3.1" "marked.js"

.SH NAME
marked \- a javascript markdown parser
@@ -81,7 +81,7 @@ For configuring and running programmatically.
Please report any bugs to https://github.com/chjj/marked.

.SH LICENSE
Copyright (c) 2011-2013, Christopher Jeffrey (MIT License).
Copyright (c) 2011-2014, Christopher Jeffrey (MIT License).

.SH "SEE ALSO"
.BR markdown(1),
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "marked",
"description": "A markdown parser built for speed",
"author": "Christopher Jeffrey",
"version": "0.3.0",
"version": "0.3.1",
"main": "./lib/marked.js",
"bin": "./bin/marked",
"man": "./man/marked.1",

0 comments on commit 52e445f

Please sign in to comment.