Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
vinarmani committed Feb 26, 2020
1 parent c17f483 commit f46e856
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Adding Jeton Lib to your app's `package.json`:

```json
"dependencies": {
"jeton-lib": "^1.3.2",
"jeton-lib": "^1.4.5",
...
}
```
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jeton-lib",
"version": "1.3.4",
"version": "1.4.5",
"description": "Extension of bitcore-lib-cash for advanced Bitcoin Cash transaction types",
"main": "index.js",
"scripts": {
Expand All @@ -9,6 +9,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"bitcore-lib-cash": "^8.8.4"
"bitcore-lib-cash": "^9.0.0"
}
}

0 comments on commit f46e856

Please sign in to comment.