Skip to content

Commit

Permalink
Release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rupurt committed Jan 20, 2022
1 parent 8ee83d6 commit 599d9b0
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 @@ -20,7 +20,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```elixir
def deps do
[
{:prop, "~> 0.0.4"}
{:prop, "~> 0.0.5"}
]
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.4",
version: "0.0.5",
elixir: "~> 1.13",
package: package(),
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit 599d9b0

Please sign in to comment.