Skip to content

Commit

Permalink
Merge pull request #186 from RolandHewage/ga_release
Browse files Browse the repository at this point in the history
Prepapre for 2.2.0 release with `2201.0.0`
  • Loading branch information
LakshanSS authored Feb 1, 2022
2 parents c702510 + eb1a941 commit 52af63a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions gmail/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 = "googleapis.gmail"
version = "2.1.0"
version = "2.2.0"
export= ["googleapis.gmail", "googleapis.gmail.listener"]
authors = ["Ballerina"]
repository = "https://github.com/ballerina-platform/module-ballerinax-googleapis.gmail"
Expand All @@ -14,7 +14,7 @@ license = ["Apache-2.0"]
observabilityIncluded = true

[[platform.java11.dependency]]
path = "../java-wrapper/build/libs/java-wrapper-2.1.0.jar"
path = "../java-wrapper/build/libs/java-wrapper-2.2.0.jar"
groupId = "org.ballerinalang.googleapis.gmail"
artifactId = "java-wrapper"
version = "2.1.0"
version = "2.2.0"
4 changes: 2 additions & 2 deletions gmail/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,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 @@ -331,7 +331,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "googleapis.gmail"
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 gmail/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Ballerina Gmail Connector provides the capability to send, read, and delete emai

| | Version |
|-----------------------|-------------------------------|
| Ballerina Language | Swan Lake Beta6 |
| Ballerina Language | Swan Lake 2201.0.0 |
| Gmail API | v1 |

## Report issues
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.caching=true
group=org.ballerinalang.googleapis.gmail
version=2.1.0
version=2.2.0
ballerinaLangVersion=2201.0.0

0 comments on commit 52af63a

Please sign in to comment.