Skip to content

Commit df17380

Browse files
author
Pedro Pablo Bustamante Barrera
committed
Merge branch 'develop'
2 parents acf1a8e + a89b0bd commit df17380

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
To install Cryptomarket use npm
1010

1111
```
12-
npm install [email protected].0
12+
npm install [email protected].1
1313
```
1414

1515
# Documentation

lib/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export enum TRANSACTION_SUBTYPE {
8585
SPOTTOWALLET = "SPOT_TO_WALLET",
8686
CHAIN_SWITCH_FROM = "CHAIN_SWITCH_FROM",
8787
CHAIN_SWITCH_TO = "CHAIN_SWITCH_TO",
88+
AIRDROP = "AIRDROP",
8889
}
8990

9091
export enum TRANSACTION_STATUS {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cryptomarket",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "The CryptoMarket for Node.js",
55
"homepage": "https://www.cryptomkt.com",
66
"engines": {

0 commit comments

Comments
 (0)