Skip to content

Commit

Permalink
update README.md and move to v1.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Utkarsh Srivastava <[email protected]>
  • Loading branch information
tangledbytes committed Apr 19, 2021
1 parent 7225e63 commit f5bc912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The main id generation function is written in C++ using N-API which makes the pr
- Add `GetIDFromTimestamp` function which can be used in database queries.

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

## How to install

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-snowflake",
"version": "1.6.1",
"version": "1.6.2",
"description": "Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit f5bc912

Please sign in to comment.