Update README and version in mix.exs

This commit is contained in:
Jonatan Kłosko 2021-08-25 15:06:55 +02:00
parent 071ac63cd4
commit 7d59acf518
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ Running Livebook using Escript makes for a very convenient option
for local usage and provides easy configuration via CLI options.
```shell
mix escript.install hex livebook
mix escript.install hex livebook 0.2.3
# Start the Livebook server
livebook server

View file

@ -1,7 +1,7 @@
defmodule Livebook.MixProject do
use Mix.Project
@version "0.2.3"
@version "0.3.0-dev"
@description "Interactive and collaborative code notebooks - made with Phoenix LiveView"
def project do