We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1143a0b commit 32f2983Copy full SHA for 32f2983
guides/working-with-lua.livemd
@@ -4,7 +4,7 @@
4
5
```elixir
6
Mix.install([
7
- {:lua, "~> 0.2.0"}
+ {:lua, "~> 0.2.1"}
8
])
9
```
10
mix.exs
@@ -2,7 +2,7 @@ defmodule Lua.MixProject do
2
use Mix.Project
3
@url "https://github.com/tv-labs/lua"
- @version "0.2.0"
+ @version "0.2.1"
def project do
[
0 commit comments