Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Sep 4, 2018
1 parent 74edae0 commit 1d6982b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ module.exports.errors = require('./lib/errors');
* Framework version.
*/
if (!module.exports.version) {
module.exports.version = "1.13.0"
module.exports.version = "2.0.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sitemap",
"version": "1.13.0",
"version": "2.0.0",
"description": "Sitemap-generating framework",
"License": "MIT",
"keywords": [
Expand Down

0 comments on commit 1d6982b

Please sign in to comment.