Packages

Extop - htop for Elixir. Tracing and monitoring of processes made easy

Current section

2 Versions

Jump to

Compare versions

2 files changed
+4 additions
-4 deletions
  @@ -9,7 +9,7 @@
9 9 <<"lib/extop/stats.ex">>,<<"lib/extop/scheduler_monitor.ex">>,<<"mix.exs">>,
10 10 <<"README.md">>,<<"LICENSE">>]}.
11 11 {<<"licenses">>,[<<"Apache 2.0">>]}.
12 - {<<"links">>,[{<<"GitHub">>,<<"https://github.com/lorenzosinisi/htop">>}]}.
12 + {<<"links">>,[{<<"GitHub">>,<<"https://github.com/lorenzosinisi/extop">>}]}.
13 13 {<<"name">>,<<"extop">>}.
14 14 {<<"requirements">>,[]}.
15 - {<<"version">>,<<"0.1.0">>}.
15 + {<<"version">>,<<"0.1.1">>}.
  @@ -1,6 +1,6 @@
1 1 defmodule Extop.MixProject do
2 2 use Mix.Project
3 - @version "0.1.0"
3 + @version "0.1.1"
4 4
5 5 def project do
6 6 [
  @@ -33,7 +33,7 @@ defmodule Extop.MixProject do
33 33 files: ["lib", "mix.exs", "README.md", "LICENSE"],
34 34 maintainers: ["Lorenzo Sinisi"],
35 35 licenses: ["Apache 2.0"],
36 - links: %{"GitHub" => "https://github.com/lorenzosinisi/htop"}
36 + links: %{"GitHub" => "https://github.com/lorenzosinisi/extop"}
37 37 ]
38 38 end