Skip to content

Commit

Permalink
Bump version 0.11.0 -> 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woutdp committed Aug 20, 2023
1 parent 3f5cb94 commit b736bb7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ _If you're updating from an older version, make sure to check the `CHANGELOG.md`
```elixir
defp deps do
[
{:live_svelte, "~> 0.11.0"}
{:live_svelte, "~> 0.12.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule LiveSvelte.MixProject do
use Mix.Project

@version "0.11.0"
@version "0.12.0"
@repo_url "https://github.com/woutdp/live_svelte"

def project do
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "live_svelte",
"version": "0.11.0",
"version": "0.12.0",
"description": "",
"license": "MIT",
"module": "./priv/static/live_svelte.esm.js",
Expand Down

0 comments on commit b736bb7

Please sign in to comment.