File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515script :
16- - wget https://product-dist.ballerina.io/downloads/1.0.1 /ballerina-linux-installer-x64-1.0.1 .deb
17- - sudo dpkg -i ballerina-linux-installer-x64-1.0.1 .deb
16+ - wget https://product-dist.ballerina.io/downloads/1.1.0 /ballerina-linux-installer-x64-1.1.0 .deb
17+ - sudo dpkg -i ballerina-linux-installer-x64-1.1.0 .deb
1818 - sudo apt-get install -f
1919 - ballerina --version
2020 - ballerina build -c --skip-tests gmail
Original file line number Diff line number Diff line change 11org_name = "wso2"
2- version = "0.10.1 "
2+ version = "0.11.0 "
33lockfile_version = "1.0.0"
4- ballerina_version = "1.0.1 "
4+ ballerina_version = "1.1.0 "
55
6- [[imports."wso2/gmail:0.10.1 "]]
6+ [[imports."wso2/gmail:0.11.0 "]]
77org_name = "ballerinax"
88name = "java"
99version = "0.0.0"
1010
11- [[imports."wso2/gmail:0.10.1 "]]
11+ [[imports."wso2/gmail:0.11.0 "]]
1212org_name = "ballerinax"
1313name = "java.arrays"
1414version = "0.0.0"
Original file line number Diff line number Diff line change 11[project ]
22org-name = " wso2"
3- version = " 0.10.1 "
3+ version = " 0.11.0 "
44authors = [" WSO2" ]
55repository = " https://github.com/wso2-ballerina/module-gmail"
66keywords = [" gmail" ," email" ]
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ The following sections provide you with information on how to use the Ballerina
1313
1414## Compatibility
1515
16- | Ballerina Language Version | Gmail API Version |
16+ | Ballerina Language Versions | Gmail API Version |
1717| :---------------------------:| :------------------------------:|
18- | 1.0.1 | v1 |
18+ | 1.0.x, 1.1.x | v1 |
1919
2020## Feature Overview
2121
Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ gmail:Client gmailClient = new (gmailConfig);
4242
4343## Compatibility
4444
45- | Ballerina Language Version | Gmail API Version |
45+ | Ballerina Language Versions | Gmail API Version |
4646| :---------------------------:| :------------------------------:|
47- | 1.0.1 | v1 |
47+ | 1.0.x, 1.1.x | v1 |
4848
4949## Sample
5050
You can’t perform that action at this time.
0 commit comments