Skip to content

Commit

Permalink
Merge pull request #245 from microsoft/release/o-three-two
Browse files Browse the repository at this point in the history
- bumps missing version number
  • Loading branch information
baywet authored Mar 17, 2023
2 parents 1d9ca7a + b7092cd commit afa9e96
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Read more about Kiota [here](https://github.com/microsoft/kiota/blob/main/README
In `build.gradle` in the `dependencies` section:

```Groovy
implementation 'com.microsoft.kiota:microsoft-kiota-abstractions:0.2.0'
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:0.2.0'
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:0.2.0'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:0.2.0'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:0.2.0'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:0.2.0'
implementation 'com.microsoft.kiota:microsoft-kiota-abstractions:0.3.2'
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:0.3.2'
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:0.3.2'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:0.3.2'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:0.3.2'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:0.3.2'
```

### With Maven:
Expand All @@ -36,32 +36,32 @@ In `pom.xml` in the `dependencies` section:
<dependency>
<groupId>com.microsoft.kiota</groupId>
<artifactId>microsoft-kiota-abstractions</artifactId>
<version>0.2.0</version>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>com.microsoft.kiota</groupId>
<artifactId>microsoft-kiota-authentication-azure</artifactId>
<version>0.2.0</version>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>com.microsoft.kiota</groupId>
<artifactId>microsoft-kiota-http-okHttp</artifactId>
<version>0.2.0</version>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>com.microsoft.kiota</groupId>
<artifactId>microsoft-kiota-serialization-json</artifactId>
<version>0.2.0</version>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>com.microsoft.kiota</groupId>
<artifactId>microsoft-kiota-serialization-text</artifactId>
<version>0.2.0</version>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>com.microsoft.kiota</groupId>
<artifactId>microsoft-kiota-serialization-form</artifactId>
<version>0.2.0</version>
<version>0.3.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ org.gradle.caching=true
mavenGroupId = com.microsoft.kiota
mavenMajorVersion = 0
mavenMinorVersion = 3
mavenPatchVersion = 1
mavenPatchVersion = 2
mavenArtifactSuffix =

#These values are used to run functional tests
Expand Down

0 comments on commit afa9e96

Please sign in to comment.