Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetahe committed Apr 24, 2024
1 parent 022d28a commit 41f2d0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.

## v0.2.3-alpha - 2024-04-23
## v0.2.3-alpha - 2024-04-24
Added new configuration options for timeout values and renamed LocalStorage -> Storage.

Depending on the number of nodes and processes, the default values might not be optimal.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ synchronization, distribution and more.
```elixir
def deps do
[
{:process_hub, "~> 0.2.2-alpha"}
{:process_hub, "~> 0.2.3-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.2.2-alpha",
version: "0.2.3-alpha",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit 41f2d0b

Please sign in to comment.