mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 09:28:21 +00:00
Upgrade to 0.1.0
This commit is contained in:
parent
f5de7a57a3
commit
3a881032ab
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
2
mix.exs
2
mix.exs
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue