Skip to content

Commit

Permalink
chore: bump up to 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwencool committed Aug 8, 2024
1 parent 8ecd48a commit 017aeac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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.7.4
dep_observer_cli = hex 1.7.5
```

**Elixir**
Expand Down Expand Up @@ -259,6 +259,8 @@ Support F/B to page up/down.
- 1.7.5
- Fix crash when mnesia table with external copies.
Which `mnesia:table_info(TabName, storage_type)` returns tuple `{ext, _, _}`
- Correct the order of the application information; the items Memory and Reductions have been switched.

- 1.7.4
- fix crash when ets:info/1 return undefined.
- 1.7.3
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.7.4",
version: "1.7.5",
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.7.4"},
{vsn, "1.7.5"},
{modules, [
observer_cli
]},
Expand Down

0 comments on commit 017aeac

Please sign in to comment.