Skip to content

Commit

Permalink
Release: 3.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpursley committed Jan 26, 2024
1 parent d378887 commit d0efdb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ by adding `walex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:walex, "~> 3.7.0"}
{:walex, "~> 3.8.0"}
]
end
```
Expand Down Expand Up @@ -191,7 +191,7 @@ where _name_ field was changed):
type: :update,
source: %WalEx.Event.Source{
name: "WalEx",
version: "3.7.0",
version: "3.8.0",
db: "todos",
schema: "public",
table: "user",
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 WalEx.MixProject do
def project do
[
app: :walex,
version: "3.7.0",
version: "3.8.0",
elixir: "~> 1.15",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit d0efdb8

Please sign in to comment.