Skip to content

Commit

Permalink
Bumping version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farhadi committed Jul 30, 2014
1 parent 41acf8c commit 3861a57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -7,7 +7,11 @@ SMPP client and server implementation in node.js.
Introduction
------------
This is a complete implementation of SMPP v5.0 in node.js, with support for
custom commands and tlvs.
custom commands and TLVs.

SMPP v5.0, by design, is backward compatible with v3.4, so you would be able to
use this module with 3.4 implementations. Even you can use this module with 3.3
implementations as far as you don't use TLV parameters and don't bind in transceiver mode.

The name of the methods and parameters in this implementation are equivalent to
the names defined in SMPP specification. So get a copy of
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "smpp",
"version": "0.0.3",
"version": "0.1.0",
"description": "SMPP client and server implementation in node.js",
"author": "Ali Farhadi <a.farhadi@gmail.com>",
"engines": {
Expand Down

0 comments on commit 3861a57

Please sign in to comment.