Skip to content

Commit

Permalink
Release 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Sep 3, 2023
1 parent 57c97f5 commit 38c4032
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For React Native, you may need a [polyfill for crypto.getRandomValues](https://g

```ts
import * as btc from '@scure/btc-signer';
// import * as btc from "npm:@scure/btc-signer@0.5.0"; // Deno
// import * as btc from "npm:@scure/btc-signer@1.0.0"; // Deno
```

### Table of Contents
Expand Down
4 changes: 2 additions & 2 deletions 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": "@scure/btc-signer",
"version": "1.0.1",
"version": "1.1.0",
"description": "Audited & minimal library for creating, signing & decoding Bitcoin transactions: with Schnorr, Taproot, UTXO & PSBT",
"files": [
"index.js",
Expand Down

0 comments on commit 38c4032

Please sign in to comment.