Skip to content

Commit 017aeac

Browse files
committed
chore: bump up to 1.7.5
1 parent 8ecd48a commit 017aeac

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Visualize Erlang/Elixir Nodes On The Command Line base on [recon](https://github
2727
%% rebar.config
2828
{deps, [observer_cli]}
2929
%% erlang.mk
30-
dep_observer_cli = hex 1.7.4
30+
dep_observer_cli = hex 1.7.5
3131
```
3232

3333
**Elixir**
@@ -259,6 +259,8 @@ Support F/B to page up/down.
259259
- 1.7.5
260260
- Fix crash when mnesia table with external copies.
261261
Which `mnesia:table_info(TabName, storage_type)` returns tuple `{ext, _, _}`
262+
- Correct the order of the application information; the items Memory and Reductions have been switched.
263+
262264
- 1.7.4
263265
- fix crash when ets:info/1 return undefined.
264266
- 1.7.3

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ObserverCli.MixProject do
44
def project do
55
[
66
app: :observer_cli,
7-
version: "1.7.4",
7+
version: "1.7.5",
88
language: :erlang,
99
description: "observer in shell",
1010
deps: [

src/observer_cli.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{application, observer_cli,
22
[
33
{description, "Visualize Erlang Nodes On The Command Line"},
4-
{vsn, "1.7.4"},
4+
{vsn, "1.7.5"},
55
{modules, [
66
observer_cli
77
]},

0 commit comments

Comments
 (0)