Skip to content

Commit 806e537

Browse files
committed
up version
1 parent 35e1216 commit 806e537

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Add `corex` to your `mix.exs` dependencies:
5151
```elixir
5252
def deps do
5353
[
54-
{:corex, "~> 0.1.0-alpha.24"}
54+
{:corex, "~> 0.1.0-alpha.25"}
5555
]
5656
end
5757
```

guides/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Add `corex` to your `mix.exs` dependencies:
4444
```elixir
4545
def deps do
4646
[
47-
{:corex, "~> 0.1.0-alpha.24"}
47+
{:corex, "~> 0.1.0-alpha.25"}
4848
]
4949
end
5050
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Corex.MixProject do
22
use Mix.Project
33

4-
@version "0.1.0-alpha.24"
4+
@version "0.1.0-alpha.25"
55
@elixir_requirement "~> 1.15"
66

77
def project do

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "corex",
3-
"version": "0.1.0-alpha.24",
3+
"version": "0.1.0-alpha.25",
44
"description": "The official JavaScript client for the Corex Phoenix Hooks.",
55
"license": "MIT",
66
"module": "./priv/static/corex.mjs",

0 commit comments

Comments
 (0)