Skip to content

Commit

Permalink
Bump the version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pchelolo committed Jun 23, 2016
1 parent ac8be65 commit bff30e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ for (var ns in nameSpaceIds) {
}

Namespace.prototype.isATalkNamespace = function() {
// See https://www.mediawiki.org/wiki/Manual:Namespace#Subject_and_talk_namespaces
return this._id % 2 === 1;
// See https://www.mediawiki.org/wiki/Manual:Namespace#Subject_and_talk_namespaces
return this._id % 2 === 1;
};

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mediawiki-title",
"version": "0.5.2",
"version": "0.5.3",
"description": "Title normalization library for mediawiki",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit bff30e0

Please sign in to comment.