Skip to content

Commit 658f17c

Browse files
committed
Updated docs
1 parent 59d9d10 commit 658f17c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GettingStarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The intent of this guide is to get you started with ElixirScript. It will give y
103103
The first step is getting the dependency. In your mix.exs file for your elixir project, add elixir_script to your deps.
104104
105105
```elixir
106-
{:elixir_script, "~> 0.17"}
106+
{:elixir_script, "~> 0.18"}
107107
```
108108
109109
* Step 2: Now download the dep
@@ -127,7 +127,7 @@ The intent of this guide is to get you started with ElixirScript. It will give y
127127
The first step is getting the dependency. In your mix.exs file for your elixir project, add elixir_script to your deps.
128128
129129
```elixir
130-
{:elixir_script, "~> 0.17"}
130+
{:elixir_script, "~> 0.18"}
131131
```
132132
133133
* Step 2: Now download the dep

0 commit comments

Comments
 (0)