Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 46bcf5b

Browse files
committed
Release version 0.8.1
1 parent 5e9c7e6 commit 46bcf5b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Erlang Performance Lab tool (erlangpl for short) can be started using escrip
99
### Download prebuilt script
1010

1111
The easiest way to get started is to download a prebuilt `erlangpl` script
12-
([download link](https://github.com/erlanglab/erlangpl/releases/download/0.8.0/erlangpl.tar.gz)).
12+
([download link](https://github.com/erlanglab/erlangpl/releases/download/0.8.1/erlangpl.tar.gz)).
1313

1414
### Build it manually
1515

apps/epl/src/epl.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{application, epl,
22
[
33
{description, "Erlang Performance Lab"},
4-
{vsn, "0.8.0"},
4+
{vsn, "0.8.1"},
55
{registered, []},
66
{applications, [
77
kernel,

apps/epl_ets/src/epl_ets.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, epl_ets,
22
[{description, "EPL plugin for visualising ETS characteristics"},
3-
{vsn, "0.2.0"},
3+
{vsn, "0.2.1"},
44
{registered, []},
55
{mod, {epl_ets_app, []}},
66
{applications,

elm-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.8.0",
2+
"version": "0.8.1",
33
"summary": "helpful summary of your project, less than 80 characters",
44
"repository": "https://github.com/user/project.git",
55
"license": "BSD3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "erlangpl",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"private": true,
55
"devDependencies": {
66
"autoprefixer": "6.7.2",

rel/reltool.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{lib_dirs, ["../apps", "../deps"]},
55
{erts, [{mod_cond, derived}, {app_file, strip}]},
66
{app_file, strip},
7-
{rel, "erlangpl", "0.8.0",
7+
{rel, "erlangpl", "0.8.1",
88
[
99
kernel,
1010
stdlib,

0 commit comments

Comments
 (0)