Skip to content

Commit

Permalink
create release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbsf2 committed Mar 26, 2024
1 parent 37d3734 commit cbab4be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ProcessTree.MixProject do
use Mix.Project

@version "0.1.1"
@version "0.1.2"
@github_page "https://github.com/jbsf2/process-tree"

def project do
Expand All @@ -16,7 +16,7 @@ defmodule ProcessTree.MixProject do

# Docs
name: "ProcessTree",
description: "A module for navigating the Elixir process ancestry hierarchy",
description: "A module for avoiding global state in Elixir applications",
homepage_url: @github_page,
source_url: @github_page,
docs: docs(),
Expand Down

0 comments on commit cbab4be

Please sign in to comment.