Skip to content

Commit

Permalink
Merge pull request #43 from LakshanSS/prep-2.0.0-release
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 b0185dc + d13270c commit 40e4b15
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.onedrive
version=2.1.0
version=2.2.0
4 changes: 2 additions & 2 deletions onedrive/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.onedrive"
version= "2.1.0"
version= "2.2.0"
authors = ["Ballerina"]
keywords = ["Content & Files/File Management & Storage", "Cost/Freemium", "Vendor/Microsoft"]
icon = "icon.png"
Expand Down
4 changes: 2 additions & 2 deletions onedrive/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,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 @@ -287,7 +287,7 @@ dependencies = [
[[package]]
org = "ballerinax"
name = "microsoft.onedrive"
version = "2.1.0"
version = "2.2.0"
dependencies = [
{org = "ballerina", name = "file"},
{org = "ballerina", name = "http"},
Expand Down
8 changes: 4 additions & 4 deletions onedrive/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Connects to Microsoft OneDrive from Ballerina.
The `microsoft.onedrive` package provides a [Ballerina](https://ballerina.io/) connector to easily connect to Microsoft OneDrive.

### Compatibility
| | Version |
|------------------------------------------------------------------------|---------------------------|
| Ballerina Language | Ballerina Swan Lake Beta6 |
| [Microsoft Graph API](https://docs.microsoft.com/en-us/graph/overview) | v1.0 |
| | Version |
|------------------------------------------------------------------------|------------------------------|
| Ballerina Language | Ballerina Swan Lake 2201.0.0 |
| [Microsoft Graph API](https://docs.microsoft.com/en-us/graph/overview) | v1.0 |

## Report issues
To report bugs, request new features, start new discussions, view project boards, etc., go to the [Ballerina Extended Library repository](https://github.com/ballerina-platform/ballerina-extended-library)
Expand Down

0 comments on commit 40e4b15

Please sign in to comment.