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

Commit

Permalink
update version from 2.0.0-alpha to 2.0.0-experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
weijjia committed Oct 22, 2015
1 parent a9fa852 commit 7d706d5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adal-angular-experimental",
"version": "2.0.0-alpha",
"version": "2.0.0-experimental",
"homepage": "https://github.com/AzureAD/azure-activedirectory-library-for-js#dev_convergence",
"authors": [
"MSOpentech"
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 2.0.0-alpha
Version 2.0.0-experimental
==========================
Add support for convergence

Expand Down
2 changes: 1 addition & 1 deletion dist/adal-angular.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/adal.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/adal-angular.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//----------------------------------------------------------------------
// AdalJS v2.0.0-alpha
// AdalJS-Experimental v2.0.0-experimental
// @preserve Copyright (c) Microsoft Open Technologies, Inc.
// All Rights Reserved
// Apache License 2.0
Expand Down
4 changes: 2 additions & 2 deletions lib/adal.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//----------------------------------------------------------------------
// AdalJS v2.0.0-alpha
// AdalJS-Experimental v2.0.0-experimental
// @preserve Copyright (c) Microsoft Open Technologies, Inc.
// All Rights Reserved
// Apache License 2.0
Expand Down Expand Up @@ -1172,7 +1172,7 @@ AuthenticationContext.prototype._cloneConfig = function (obj) {
};

AuthenticationContext.prototype._libVersion = function () {
return '1.0.2';
return '2.0.0-experimental';
};

AuthenticationContext.prototype._addClientId = function () {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "git",
"url": ""
},
"version": "2.0.0-alpha",
"version": "2.0.0-experimental",
"description": "Windows Azure Active Directory Client Library for js",
"keywords": [
"implicit",
Expand Down

0 comments on commit 7d706d5

Please sign in to comment.