Skip to content

Commit b66d5ac

Browse files
committed
Updated docs for 0.13 release
1 parent 39235c6 commit b66d5ac

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.13.0-dev
1+
# v0.13.0
22
* Enhancements
33
* Added `Base` module with function: encode64, decode64, and decode64!
44
* Added `String` module

GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The intent of this guide is to get you started with ElixirScript. It will give y
9797
The first step is getting the dependency. In your mix.exs file for your elixir project, add elixir_script to your deps.
9898
9999
```elixir
100-
{:elixir_script, "~> 0.12"}
100+
{:elixir_script, "~> 0.13"}
101101
```
102102
103103
* Step 2: Now download the dep

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
44
def project do
55
[
66
app: :elixir_script,
7-
version: "0.13.0-dev",
7+
version: "0.13.0",
88
elixir: "~> 1.0",
99
escript: escript_config,
1010
deps: deps,

0 commit comments

Comments
 (0)