Skip to content

Commit e1991d9

Browse files
leifericfclaude
andcommitted
Update dependency SHA to v1.0.0-beta3 in README and website
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a8bba4b commit e1991d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If it cannot be represented as plain data, it probably should not be in the libr
4545
Add eido as a git dependency in your `deps.edn`:
4646

4747
```clojure
48-
io.github.leifericf/eido {:git/tag "v1.0.0-beta2" :git/sha "218e9df"}
48+
io.github.leifericf/eido {:git/tag "v1.0.0-beta3" :git/sha "a8bba4b"}
4949
```
5050

5151
## Quick Start

examples/site/pages.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
";; deps.edn
9797
{:deps
9898
{io.github.leifericf/eido
99-
{:git/tag \"v1.0.0-beta2\" :git/sha \"218e9df\"}}}"]]
99+
{:git/tag \"v1.0.0-beta3\" :git/sha \"a8bba4b\"}}}"]]
100100
[:h4 "2. Render your first image"]
101101
[:p "Start a REPL via Calva (\"Jack-in\"), then evaluate:"]
102102
[:pre [:code

0 commit comments

Comments
 (0)