Skip to content

Commit 83d295d

Browse files
committed
Increase node version
1 parent 0c356c1 commit 83d295d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "httpsms",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Client for the httpSMS API",
55
"license": "MIT",
66
"funding": "https://github.com/sponsors/NdoleStudio",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![GitHub license](https://img.shields.io/github/license/NdoleStudio/httpsms-node?color=brightgreen)](https://github.com/NdoleStudio/httpsms-node/blob/master/LICENSE)
77
[![Downloads](https://img.shields.io/npm/dm/httpsms.svg)](https://www.npmjs.com/package/httpsms)
88

9-
This httpSMS library provides a server side javascript and typescript client for the [httpSMS](https://httpsms.com/) API.
9+
This library provides a server side client for the [httpSMS](https://httpsms.com/) API to help you send and receive SMS messages from your Node.js applications in TypeScript or JavaScript.
1010

1111
## Install
1212

0 commit comments

Comments
 (0)