Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Mar 14, 2021
1 parent 9b26158 commit 82b2339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Alright hot shot, wanna jump in head first?
Create a `deps.edn` file with ClojureScript and Esprit
```clojure
{:deps {org.clojure/clojurescript {:mvn/version "1.10.764"}
esprit/esprit {:mvn/version "0.10.0"}}}
esprit/esprit {:mvn/version "1.0.0"}}}
```
Build a js file, containing the Esprit REPL, baking WiFi credentials into it (change `MySSID` and `MyWiFiPassword`):
```sh
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject esprit "0.10.0"
(defproject esprit "1.0.0"
:description "ClojureScript on the ESP32 using Espruino"
:url "https://github.com/mfikes/esprit"
:source-paths ["src" "resources"]
Expand Down

0 comments on commit 82b2339

Please sign in to comment.