Skip to content

Commit

Permalink
fix README link
Browse files Browse the repository at this point in the history
  • Loading branch information
guisehn committed Jan 31, 2023
1 parent c3ee910 commit 2f5c26d
Show file tree
Hide file tree
Showing 2 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 @@ -70,7 +70,7 @@ During initialization, `ConditionalChild` will execute `start_if` and only start

After that, it will execute `start_if` every second, and start/stop the process based on the result. The check interval can be changed if desired.

For more details, see [`ConditionalChild`](https://hexdocs.pm/conditional_child/ConditionalChild.html).
For more details, see [`ConditionalChild`](https://hexdocs.pm/conditional_child/0.1.1/ConditionalChild.html).

## Code of Conduct

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ defmodule ConditionalChild.MixProject do
use Mix.Project

@source_url "https://github.com/TheRealReal/conditional_child"
@version "0.1.0"
@version "0.1.1"

def project do
[
app: :conditional_child,
version: "0.1.0",
version: @version,
name: "Conditional Child",
description:
"A wrapper for starting and stopping a child process in runtime, based on periodic checks",
Expand Down

0 comments on commit 2f5c26d

Please sign in to comment.