Skip to content

Commit

Permalink
Merge pull request #31 from LakshanSS/prep-2.2.0
Browse files Browse the repository at this point in the history
Prepare for 2.2.0 release
  • Loading branch information
LakshanSS authored Feb 2, 2022
2 parents 973db4a + a68577e commit 65d9059
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
org.gradle.caching=true
group=org.ballerinalang.microsoft.outlook.mail
version=2.1.0
version=2.2.0
4 changes: 2 additions & 2 deletions outlookmail/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
distribution = "slbeta6"
distribution = "2201.0.0"
org= "ballerinax"
name= "microsoft.outlook.mail"
version= "2.1.0"
version= "2.2.0"
authors = ["Ballerina"]
keywords = ["Communication/Email", "Cost/Paid", "Vendor/Microsoft"]
icon = "icon.png"
Expand Down
4 changes: 2 additions & 2 deletions outlookmail/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.0.0"
version = "1.0.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down Expand Up @@ -281,7 +281,7 @@ dependencies = [
[[package]]
org = "ballerinax"
name = "microsoft.outlook.mail"
version = "2.1.0"
version = "2.2.0"
dependencies = [
{org = "ballerina", name = "http"},
{org = "ballerina", name = "io"},
Expand Down
2 changes: 1 addition & 1 deletion outlookmail/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This package provides the capability to access Microsoft Outlook mail service.
### Compatibility
| | Version |
|-------------------------------|--------------------------------------|
| Ballerina Language | Ballerina Swan Lake Beta6 |
| Ballerina Language | Ballerina Swan Lake 2201.0.0 |
| Outlook.mail API | Microsoft Graph (Mail) API v1.0 |

## Report Issues
Expand Down

0 comments on commit 65d9059

Please sign in to comment.