Skip to content

Commit

Permalink
version set to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bartkrak committed Mar 11, 2024
1 parent 60968e5 commit 20bf836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ defmodule MyApp.Mixfile do

defp deps() do
[
{:unifex, "~>> 1.1.3"}
{:unifex, "~>> 1.1.2"}
]
end
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Unifex.MixProject do
use Mix.Project

@version "1.1.3"
@version "1.1.2"

@github_url "https://github.com/membraneframework/unifex"

Expand Down

0 comments on commit 20bf836

Please sign in to comment.