Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetahe committed Oct 17, 2023
1 parent f315a79 commit a16d670
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 @@ -67,7 +67,7 @@ the cluster automatically.
```elixir
def deps do
[
{:process_hub, "~> 0.1.1-alpha"}
{:process_hub, "~> 0.1.2-alpha"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion lib/process_hub.ex
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ defmodule ProcessHub do
```elixir
def deps do
[
{:process_hub, "~> 0.1.1-alpha"}
{:process_hub, "~> 0.1.2-alpha"}
]
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 ProcessHub.MixProject do
def project do
[
app: :process_hub,
version: "0.1.1-alpha",
version: "0.1.2-alpha",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit a16d670

Please sign in to comment.