diff --git a/LICENSE b/LICENSE index 11a61898..a7b812ed 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 0f7e286c..441c1eb0 100644 --- a/README.md +++ b/README.md @@ -373,7 +373,7 @@ all code is your original work. `` ## License -Copyright (c) 2011-2013, Christopher Jeffrey. (MIT License) +Copyright (c) 2011-2014, Christopher Jeffrey. (MIT License) See LICENSE for more info. diff --git a/component.json b/component.json index 39095876..afd00038 100644 --- a/component.json +++ b/component.json @@ -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"], diff --git a/man/marked.1 b/man/marked.1 index e5a5a8f6..f89f1a7b 100644 --- a/man/marked.1 +++ b/man/marked.1 @@ -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), diff --git a/package.json b/package.json index e0a724ab..b8002fe7 100644 --- a/package.json +++ b/package.json @@ -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",