Browse Source

Update version in README to latest tag 0.1.2

master
Julian Noble 2 years ago
parent
commit
9eccc72afb
  1. 2
      README.md

2
README.md

@ -9,7 +9,7 @@ Basic Tetris game written in Elixir using Phoenix Liveview - from groxio tutoria
```elixir
def deps do
[
{:tetris, git: "https://gitea1.intx.com.au/jn/tetris.git", tag: "0.1.0"}
{:tetris, git: "https://gitea1.intx.com.au/jn/tetris.git", tag: "0.1.2"}
]
end
```

Loading…
Cancel
Save