Upgrade to 0.1.0

This commit is contained in:
Wout De Puysseleir 2023-02-27 22:52:41 -08:00
parent f5de7a57a3
commit 3a881032ab
No known key found for this signature in database
GPG key ID: 3DE9371B50FEC46A
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ LiveSvelte builds on top of Phoenix LiveView to allow for easy client side state
```elixir
defp deps do
[
{:live_svelte, "~> 0.1.0-rc5"}
{:live_svelte, "~> 0.1.0"}
]
end
```

View file

@ -1,7 +1,7 @@
defmodule LiveSvelte.MixProject do
use Mix.Project
@version "0.1.0-rc5"
@version "0.1.0"
@repo_url "https://github.com/woutdp/live_svelte"
def project do