Skip to content

Commit 031b70b

Browse files
authored
Merge pull request #53 from dotbitHQ/fix/change-email
fix: change email.
2 parents 010d830 + ca0f850 commit 031b70b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/api/bit-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ const result = await account.checkSubAccounts(subAccounts)
264264
## mintSubAccounts(params)
265265
To mint multiple sub-accounts for a BitAccount instance.
266266
> Note: This is a write API, which means you need to set up a signer before calling it. See example below for how to set up a signer.
267-
> Note: Currently, SubDID is fully available in testnet, and need whitelist on mainnet. If you would like to distribute SubDIDs on mainnet, please email supermancy@did.id with a brief description of your project.
267+
> Note: Currently, SubDID is fully available in testnet, and need whitelist on mainnet. If you would like to distribute SubDIDs on mainnet, please email melissa@did.id with a brief description of your project.
268268
### Parameters
269269
- params: `SubAccountParams[]`
270270
- account: `string`,
@@ -317,7 +317,7 @@ console.log(result);
317317
## mintSubAccount(params)
318318
To mint a sub-account for a BitAccount instance.
319319
> Note: This is a write API, which means you need to set up a signer before calling it. See example below for how to set up a signer.
320-
> Note: Currently, SubDID is fully available in testnet, and need whitelist on mainnet. If you would like to distribute SubDIDs on mainnet, please email supermancy@did.id with a brief description of your project.
320+
> Note: Currently, SubDID is fully available in testnet, and need whitelist on mainnet. If you would like to distribute SubDIDs on mainnet, please email melissa@did.id with a brief description of your project.
321321
### Parameters
322322
- params: `SubAccountParams`
323323
- account: `string`,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dotbit",
3-
"version": "0.4.19",
3+
"version": "0.4.20",
44
"description": "A complete .bit SDK and utilities in TypeScript",
55
"author": "Jeff Jing <https://github.com/zgayjjf>",
66
"license": "MIT",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated by genversion.
2-
export const version = '0.4.19'
2+
export const version = '0.4.20'

0 commit comments

Comments
 (0)