Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed May 7, 2019
1 parent 8ff1e17 commit 682e9fc
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 = "2.1.0"
module.exports.version = "2.2.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": "2.1.0",
"version": "2.2.0",
"description": "Sitemap-generating framework",
"License": "MIT",
"keywords": [
Expand Down

0 comments on commit 682e9fc

Please sign in to comment.