Skip to content

Commit 63143df

Browse files
committed
Bump to 2.0.0
1 parent 2f4173b commit 63143df

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

common

msal/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ dependencies {
148148
transitive = false
149149
}
150150

151-
snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '3.0.0-SNAPSHOT', changing: true)
151+
snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '3.0.1', changing: true)
152152

153-
distApi("com.microsoft.identity:common:3.0.1-RC3") {
153+
distApi("com.microsoft.identity:common:3.0.1") {
154154
transitive = false
155155
}
156156
}

msal/versioning/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Wed Aug 01 15:24:11 PDT 2018
2-
versionName=2.0.0-RC2
2+
versionName=2.0.0
33
versionCode=0

0 commit comments

Comments
 (0)