Skip to content

Commit e0dd7f1

Browse files
Avery-DunnsiddhijainvalfirstErwin Dupont
authored
Release 1.13.1 (#538) (#552)
* docs: Improve syntax highlighting in README (#524) * fix: added Automatic-Module-Name to MANIFEST.MF * Documentation update for App token provider * Improvements and bug fixes for regional endpoint support (#535) * Improvements and bug fixes for regional endpoint support * Add links to region documentation * Address code review comments * Allow interactive request timeout to be configurable (#536) * Allow interactive request timeout to be configurable * Address code review comments * Address code review comments * Revert accidental commit to dev branch This reverts commit 5bca22f. * Version updates for 1.13.1 release (#537) Co-authored-by: Valery Yatsynovich <[email protected]> Co-authored-by: Erwin Dupont <[email protected]> Co-authored-by: Siddhi <[email protected]> Co-authored-by: Siddhi <[email protected]> Co-authored-by: Valery Yatsynovich <[email protected]> Co-authored-by: Erwin Dupont <[email protected]>
1 parent 6e69c62 commit e0dd7f1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@ Quick links:
1616
The library supports the following Java environments:
1717
- Java 8 (or higher)
1818

19-
Current version - 1.13.1
19+
Current version - 1.13.2
2020

2121
You can find the changes for each version in the [change log](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/master/changelog.txt).
2222

2323
You can get the com.microsoft.aad.msal4j package through Maven or Gradle.
2424

2525
### Maven
26-
Find [the latest package in the Maven repository](https://mvnrepository.com/artifact/com.microsoft.azure/msal4j/1.13.1).
26+
Find [the latest package in the Maven repository](https://mvnrepository.com/artifact/com.microsoft.azure/msal4j).
2727
```xml
2828
<dependency>
2929
<groupId>com.microsoft.azure</groupId>
3030
<artifactId>msal4j</artifactId>
31-
<version>1.13.1</version>
31+
<version>1.13.2</version>
3232
</dependency>
3333
```
3434
### Gradle
3535

3636
```gradle
37-
compile group: 'com.microsoft.azure', name: 'com.microsoft.aad.msal4j', version: '1.13.1'
37+
compile group: 'com.microsoft.azure', name: 'com.microsoft.aad.msal4j', version: '1.13.2'
3838
```
3939

4040
## Usage

bnd.bnd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Export-Package: com.microsoft.aad.msal4j
2+
Automatic-Module-Name: msal4j

0 commit comments

Comments
 (0)