Skip to content

Commit 5e99905

Browse files
Merge pull request #12 from messente/travis
Update version to 1.5.0
2 parents 6b854b1 + bae751e commit 5e99905

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+52
-52
lines changed

README.md

Lines changed: 1 addition & 1 deletion

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "messente_api",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Send and receive SMS, Viber, Telegram and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups.",
55
"license": "Apache-2.0",
66
"main": "src/index.js",

src/ApiClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
/**
3535
* @module ApiClient
36-
* @version 1.4.1
36+
* @version 1.5.0
3737
*/
3838

3939
/**

src/api/BlacklistApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/**
3535
* Blacklist service.
3636
* @module api/BlacklistApi
37-
* @version 1.4.1
37+
* @version 1.5.0
3838
*/
3939

4040
/**

src/api/ContactsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/**
3535
* Contacts service.
3636
* @module api/ContactsApi
37-
* @version 1.4.1
37+
* @version 1.5.0
3838
*/
3939

4040
/**

src/api/DeliveryReportApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/**
3535
* DeliveryReport service.
3636
* @module api/DeliveryReportApi
37-
* @version 1.4.1
37+
* @version 1.5.0
3838
*/
3939

4040
/**

src/api/GroupsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/**
3535
* Groups service.
3636
* @module api/GroupsApi
37-
* @version 1.4.1
37+
* @version 1.5.0
3838
*/
3939

4040
/**

src/api/NumberLookupApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/**
3535
* NumberLookup service.
3636
* @module api/NumberLookupApi
37-
* @version 1.4.1
37+
* @version 1.5.0
3838
*/
3939

4040
/**

src/api/OmnimessageApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/**
3535
* Omnimessage service.
3636
* @module api/OmnimessageApi
37-
* @version 1.4.1
37+
* @version 1.5.0
3838
*/
3939

4040
/**

src/api/StatisticsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/**
3535
* Statistics service.
3636
* @module api/StatisticsApi
37-
* @version 1.4.1
37+
* @version 1.5.0
3838
*/
3939

4040
/**

0 commit comments

Comments
 (0)