Skip to content

Commit

Permalink
Initital 1.1.1 checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
nhpip committed Jul 3, 2022
1 parent 2eef445 commit 2fdb7f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule EZProfiler.MixFile do
def project do
[
app: :ezprofiler,
version: "1.1.0",
version: "1.1.1",
elixir: "~> 1.11",
escript: escript(),
package: package(),
Expand Down Expand Up @@ -37,7 +37,8 @@ defmodule EZProfiler.MixFile do

defp description() do
"Provides a simple to use profiling mechanism to inspect the behavior of an application on a target VM.
This runs as a stand-alone `escript` for both for ease of use and to minimize impact on the target VM."
This runs as a stand-alone `escript` for both for ease of use and to minimize impact on the target VM.
Supports Erlang's eprof, fprof or cprof profilers"
end

defp package() do
Expand Down

0 comments on commit 2fdb7f2

Please sign in to comment.