Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
syamilmj committed Oct 16, 2024
1 parent e0c3ea5 commit 10cef17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add Para as a dependency in your `mix.exs` file.

```
def deps do
[{:para, "~> 0.3"}]
[{:para, "~> 0.4"}]
end
```

Expand Down
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Para.MixProject do
use Mix.Project

@version "0.3.0"
@version "0.4.0"
@source_url "https://github.com/syamilmj/para"

def project do
Expand All @@ -13,7 +13,7 @@ defmodule Para.MixProject do
deps: deps(),

# Hex
description: "A declarative way to parse and validate parameters",
description: "A declarative way to parse and validate params using Ecto.Schema",
package: package(),

# Docs
Expand All @@ -33,7 +33,7 @@ defmodule Para.MixProject do
defp deps do
[
{:ecto, "~> 3.12"},
{:ex_doc, "~> 0.20", only: :dev, runtime: false}
{:ex_doc, "~> 0.20", only: :docs}
]
end

Expand Down

0 comments on commit 10cef17

Please sign in to comment.