Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #57 from AzureAD/dev
Browse files Browse the repository at this point in the history
fix version
  • Loading branch information
omercs committed Dec 17, 2014
2 parents aa1af7a + 0f19389 commit 4806af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adal.js
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ AuthenticationContext.prototype._cloneConfig = function (obj) {
};

AuthenticationContext.prototype._libVersion = function () {
return '0.0.3';
return '0.0.4';
};

AuthenticationContext.prototype._addClientId = function() {
Expand Down

0 comments on commit 4806af0

Please sign in to comment.