We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ecec0 commit 81ac742Copy full SHA for 81ac742
README.md
@@ -16,7 +16,7 @@ ElixirScript can be used in the following ways:
16
* If using as part of a project, you can add the following to your deps
17
18
```elixir
19
- {:elixir_script, "~> 0.11"}
+ {:elixir_script, "~> 0.12"}
20
```
21
22
From there you can either use the ElixirScript module directly or the mix command, `mix ex2js`
0 commit comments