Skip to content

Commit

Permalink
1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Jun 26, 2017
1 parent 8c96fb3 commit 1fd0d63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sitemap.js",
"main": "index.js",
"version": "1.12.1",
"version": "1.13.0",
"dependencies": {
"url-join": "^1.1.0",
"underscore": "1.7.0"
Expand Down
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.12.1"
module.exports.version = "1.13.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.12.1",
"version": "1.13.0",
"description": "Sitemap-generating framework",
"keywords": [
"sitemap",
Expand Down

0 comments on commit 1fd0d63

Please sign in to comment.