Skip to content

Commit

Permalink
Bump to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-akya committed Dec 28, 2024
1 parent 931900d commit 42463db
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 ExCmd.MixProject do
use Mix.Project

@version "0.12.0"
@version "0.13.0"
@scm_url "https://github.com/akash-akya/ex_cmd"

def project do
Expand Down Expand Up @@ -42,7 +42,7 @@ defmodule ExCmd.MixProject do
end

defp description do
"Interact with external programs with back-pressure mechanism"
"Library for running and communicating with external programs using a back-pressure mechanism"
end

defp package do
Expand Down

0 comments on commit 42463db

Please sign in to comment.