From 42463db4f165169db6c8a87ed4b23d1a4dd88359 Mon Sep 17 00:00:00 2001 From: akash-akya Date: Sat, 28 Dec 2024 23:44:27 +0530 Subject: [PATCH] Bump to v0.13.0 --- mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 4d543f7..19c5bb2 100644 --- a/mix.exs +++ b/mix.exs @@ -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 @@ -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