Skip to content

Commit

Permalink
version bump to 6.0.2 after package.json fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwdunlop committed Jul 24, 2015
1 parent 2f777ee commit 1620f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ops.js",
"version": "6.0.1",
"version": "6.0.2",
"description": "Javascript based library to access the Open PHACTS API and discover bio-chemical and life sciences data",
"main": "./src/OPS.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/Version.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Version = function Version() {
*/
Version.prototype.information = function() {
return {
"version": "6.0.1",
"version": "6.0.2",
"author": "Ian Dunlop",
"ORCID": "http://orcid.org/0000-0001-7066-3350",
"title": "OPS.js",
Expand Down

0 comments on commit 1620f20

Please sign in to comment.