Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonmaur committed May 3, 2023
1 parent d9ad4a3 commit f0d3cd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## v1.0.0
## v0.1.0

- Initial release 🎉
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Create blogs, documentation sites, and other static pages in Phoenix. This libra
```elixir
def deps do
[
{:phoenix_pages, "~> 1.0"}
{:phoenix_pages, "~> 0.1"}
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule PhoenixPages.MixProject do
def project do
[
app: :phoenix_pages,
version: "1.0.0",
version: "0.1.0",
elixir: "~> 1.13",
elixirc_paths: Mix.env() |> elixirc_paths(),
build_embedded: Mix.env() == :prod,
Expand All @@ -15,7 +15,7 @@ defmodule PhoenixPages.MixProject do
aliases: aliases(),
source_url: @url,
homepage_url: "#{@url}#readme",
description: "",
description: "Blogs, docs, and static pages in Phoenix",
package: [
licenses: ["MIT"],
links: %{"GitHub" => @url},
Expand Down

0 comments on commit f0d3cd3

Please sign in to comment.