File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/microsoft/graph/core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ mavenRepoUrl = https://api.bintray.com/maven/microsoftgraph/Maven/micros
2424mavenGroupId = com.microsoft.graph
2525mavenArtifactId = microsoft-graph
2626mavenMajorVersion = 0
27- mavenMinorVersion = 1
27+ mavenMinorVersion = 2
2828mavenPatchVersion = 0
2929nightliesUrl = http://dl.bintray.com/MicrosoftGraph/Maven
3030
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ private Constants() {
1212 public static final String APPID = "app-id" ;
1313 public static final String USERNAME = "user@email.com" ;
1414 public static final String PASSWORD = "password" ;
15- public static final String VERSION_NAME = "0.1 .0" ;
15+ public static final String VERSION_NAME = "0.2 .0" ;
1616}
You can’t perform that action at this time.
0 commit comments