Skip to content

Commit

Permalink
Release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rupurt committed Aug 25, 2021
1 parent ebe35a9 commit ce88c84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add `prop` to your list of dependencies in `mix.exs`
```elixir
def deps do
[
{:prop, "~> 0.0.2"}
{:prop, "~> 0.0.3"}
]
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 Prop.MixProject do
def project do
[
app: :prop,
version: "0.0.2",
version: "0.0.3",
elixir: "~> 1.12",
package: package(),
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit ce88c84

Please sign in to comment.