From 90cf435dc7bc6628cb837346960e3208ba67d858 Mon Sep 17 00:00:00 2001 From: Wout De Puysseleir Date: Mon, 13 Mar 2023 19:17:25 -0700 Subject: [PATCH] Bump version --- README.md | 2 +- mix.exs | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1907761..4e376da 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ LiveSvelte builds on top of Phoenix LiveView to allow for easy client side state ```elixir defp deps do [ - {:live_svelte, "~> 0.2.0"} + {:live_svelte, "~> 0.3.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 1dab5db..65438d3 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule LiveSvelte.MixProject do use Mix.Project - @version "0.3.0-rc1" + @version "0.3.0" @repo_url "https://github.com/woutdp/live_svelte" def project do diff --git a/package.json b/package.json index 507c310..a0ee6e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "live_svelte", - "version": "0.3.0-rc1", + "version": "0.3.0", "description": "", "license": "MIT", "module": "./priv/static/live_svelte.esm.js",