Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrokonrad committed Sep 4, 2024
1 parent dee1e25 commit 868fb09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

### Get started

(Note: Lucid version *0.10.9* works **only after Chang HFC (1. Sept)**)

#### NPM

```
Expand All @@ -37,14 +35,14 @@ npm install lucid-cardano
For JavaScript and TypeScript

```js
import { Lucid } from "https://deno.land/x/lucid@0.10.9/mod.ts";
import { Lucid } from "https://deno.land/x/lucid@0.10.10/mod.ts";
```

#### Web

```html
<script type="module">
import { Lucid } from "https://unpkg.com/lucid-cardano@0.10.9/web/mod.js"
import { Lucid } from "https://unpkg.com/lucid-cardano@0.10.10/web/mod.js"
// ...
</script>
```
Expand All @@ -69,7 +67,7 @@ Outputs a `dist` folder
### Basic usage

```js
// import { Blockfrost, Lucid } from "https://deno.land/x/lucid@0.10.9/mod.ts"; Deno
// import { Blockfrost, Lucid } from "https://deno.land/x/lucid@0.10.10/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.9",
"version": "0.10.10",
"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 868fb09

Please sign in to comment.