Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetc committed Sep 13, 2017
1 parent cb863aa commit 4b7dbde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/primo.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default class Primo {
* @return {string}
*/
static get version() {
let _version = "0.0.9";
let _version = "0.0.10";
return `Library:${_version} - Primo:${window.appConfig['system-configuration'].Primo_Version_Number}:${window.appConfig['system-configuration'].Primo_HotFix_Number}`;
}

Expand Down Expand Up @@ -86,7 +86,7 @@ export default class Primo {
Helper.userLoansHTTP().then((userLoans) => {
resolve(new User({details: userDetails, fines: userFines, loans: userLoans}));
});
});
});
});
});
}
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": "primo-explore-dom",
"version": "0.0.9",
"version": "0.0.10",
"description": "A simple Domain Object Model for Primo 5",
"main": "js/custom.js",
"scripts": {
Expand Down

0 comments on commit 4b7dbde

Please sign in to comment.