Skip to content

Commit 23dde29

Browse files
Merge pull request #72 from wso2-ballerina/Migration110
Migrate the Ballerina version to 1.1.0
2 parents 7d66874 + 07a2558 commit 23dde29

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414

1515
script:
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

Ballerina.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
org_name = "wso2"
2-
version = "0.10.1"
2+
version = "0.11.0"
33
lockfile_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"]]
77
org_name = "ballerinax"
88
name = "java"
99
version = "0.0.0"
1010

11-
[[imports."wso2/gmail:0.10.1"]]
11+
[[imports."wso2/gmail:0.11.0"]]
1212
org_name = "ballerinax"
1313
name = "java.arrays"
1414
version = "0.0.0"

Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
org-name= "wso2"
3-
version= "0.10.1"
3+
version= "0.11.0"
44
authors = ["WSO2"]
55
repository = "https://github.com/wso2-ballerina/module-gmail"
66
keywords = ["gmail","email"]

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/gmail/Module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)