Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jcramer committed Jul 29, 2020
1 parent 290c20e commit 66304a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,10 @@ Running the unit tests require node.js v8.15+.


# Change Log

### 0.27.4
- Fixed false positive edge case for NFT child GENESIS validation using new SLP unit test vectors

### 0.27.3
- Update packages
- Minor updates to token send example
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slpjs",
"version": "0.27.3",
"version": "0.27.4",
"description": "Simple Ledger Protocol (SLP) JavaScript Library",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 66304a9

Please sign in to comment.