diff --git a/README.md b/README.md index 7792150d..367266da 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,14 @@ npm install lucid-cardano For JavaScript and TypeScript ```js -import { Lucid } from "https://deno.land/x/lucid@0.10.6/mod.ts"; +import { Lucid } from "https://deno.land/x/lucid@0.10.7/mod.ts"; ``` #### Web ```html ``` @@ -67,7 +67,7 @@ Outputs a `dist` folder ### Basic usage ```js -// import { Blockfrost, Lucid } from "https://deno.land/x/lucid@0.10.6/mod.ts"; Deno +// import { Blockfrost, Lucid } from "https://deno.land/x/lucid@0.10.7/mod.ts"; Deno import { Blockfrost, Lucid } from "lucid-cardano"; // NPM const lucid = await Lucid.new( diff --git a/package.json b/package.json index 05f8fc7f..925a9938 100644 --- a/package.json +++ b/package.json @@ -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.",