Skip to content

Commit

Permalink
Bump minor 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gilest committed Jan 7, 2025
1 parent c64cb60 commit 917f2de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The package can be installed by adding `phoenix_importmap` to your list of depen
```elixir
def deps do
[
{:phoenix_importmap, "~> 0.1.0"}
{:phoenix_importmap, "~> 0.2.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion lib/phoenix_importmap.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defmodule PhoenixImportmap do
```elixir
def deps do
[
{:phoenix_importmap, "~> 0.1.0"}
{:phoenix_importmap, "~> 0.2.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule PhoenixImportmap.MixProject do
def project do
[
app: :phoenix_importmap,
version: "0.1.0",
version: "0.2.0",
description: description(),
package: package(),
elixir: "~> 1.16",
Expand Down

0 comments on commit 917f2de

Please sign in to comment.