Bump version

This commit is contained in:
Wout De Puysseleir 2023-03-13 14:48:58 -07:00
parent af8a01b089
commit eeb8698ab0
No known key found for this signature in database
GPG key ID: 3DE9371B50FEC46A
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "live_svelte",
"version": "0.3.0-rc0",
"version": "0.3.0-rc1",
"description": "",
"license": "MIT",
"module": "./priv/static/live_svelte.esm.js",