Skip to content

Commit

Permalink
bump to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwencool committed May 6, 2021
1 parent ea9cead commit fd56bd0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Visualize Erlang/Elixir Nodes On The Command Line base on [recon](https://github
%% rebar.config
{deps, [observer_cli]}
%% erlang.mk
dep_observer_cli = hex 1.6.1
dep_observer_cli = hex 1.6.2
```
**Elixir**
```elixir
Expand Down Expand Up @@ -195,6 +195,10 @@ Support F/B to page up/down.

----------------
### Changelog
- 1.6.2
- fixed crash when ps command not found on windows.
- 1.6.1
- remove precise opt version
- 1.6.0
- hidden schedule usage default
- format by erlformat
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ObserverCli.MixProject do
def project do
[
app: :observer_cli,
version: "1.6.1",
version: "1.6.2",
language: :erlang,
description: "observer in shell",
deps: [
Expand Down
2 changes: 1 addition & 1 deletion src/observer_cli.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, observer_cli,
[
{description, "Visualize Erlang Nodes On The Command Line"},
{vsn, "1.6.1"},
{vsn, "1.6.2"},
{modules, [
observer_cli
]},
Expand Down

0 comments on commit fd56bd0

Please sign in to comment.