Skip to content

Commit 32f2983

Browse files
committed
chore: v0.2.1
1 parent 1143a0b commit 32f2983

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/working-with-lua.livemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```elixir
66
Mix.install([
7-
{:lua, "~> 0.2.0"}
7+
{:lua, "~> 0.2.1"}
88
])
99
```
1010

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Lua.MixProject do
22
use Mix.Project
33

44
@url "https://github.com/tv-labs/lua"
5-
@version "0.2.0"
5+
@version "0.2.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)