Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrokonrad committed Jul 25, 2023
1 parent 429ab3e commit 9986d05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ npm install lucid-cardano
For JavaScript and TypeScript

```js
import { Lucid } from "https://deno.land/x/[email protected].6/mod.ts";
import { Lucid } from "https://deno.land/x/[email protected].7/mod.ts";
```

#### Web

```html
<script type="module">
import { Lucid } from "https://unpkg.com/[email protected].6/web/mod.js"
import { Lucid } from "https://unpkg.com/[email protected].7/web/mod.js"
// ...
</script>
```
Expand All @@ -67,7 +67,7 @@ Outputs a `dist` folder
### Basic usage

```js
// import { Blockfrost, Lucid } from "https://deno.land/x/[email protected].6/mod.ts"; Deno
// import { Blockfrost, Lucid } from "https://deno.land/x/[email protected].7/mod.ts"; Deno
import { Blockfrost, Lucid } from "lucid-cardano"; // NPM

const lucid = await Lucid.new(
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": "lucid-cardano",
"version": "0.10.6",
"version": "0.10.7",
"license": "MIT",
"author": "Alessandro Konrad",
"description": "Lucid is a library, which allows you to create Cardano transactions and off-chain code for your Plutus contracts in JavaScript, Deno and Node.js.",
Expand Down

0 comments on commit 9986d05

Please sign in to comment.