Skip to content

Commit f5bc912

Browse files
committed
update README.md and move to v1.6.2
Signed-off-by: Utkarsh Srivastava <[email protected]>
1 parent 7225e63 commit f5bc912

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The main id generation function is written in C++ using N-API which makes the pr
1111
- Add `GetIDFromTimestamp` function which can be used in database queries.
1212

1313
**Version 1.5 Updates**
14-
- Add `GetMachineIDFromTimestamp` help extracting machine id from the generated ids, even if they were generated on different machines
14+
- Add `GetMachineIDFromID` help extracting machine id from the generated ids, even if they were generated on different machines
1515

1616
## How to install
1717

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-snowflake",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)