Skip to content

Commit

Permalink
Change project description
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmi committed Jan 15, 2024
1 parent 0ddf9cd commit 6a4b8bb
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
Expand Up @@ -4,7 +4,7 @@ defmodule Strom.MixProject do
def project do
[
app: :strom,
version: "0.7.1",
version: "0.7.2",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
description: description(),
Expand All @@ -29,7 +29,7 @@ defmodule Strom.MixProject do
end

defp description do
"Flow-based Programming Framework"
"Composable components for stream processing."
end

defp package do
Expand Down

0 comments on commit 6a4b8bb

Please sign in to comment.