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

Commit 639cab6

Browse files
committed
Release version 0.9.0
1 parent e4f3ad5 commit 639cab6

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ The Erlang Performance Lab tool (erlangpl for short) can be started using escrip
88

99
### Quick start guide
1010

11-
#### 1. Download the prebuilt `erlangpl` script from [here](https://github.com/erlanglab/erlangpl/releases/download/0.8.1/erlangpl.tar.gz) or type in the shell command:
11+
#### 1. Download the prebuilt `erlangpl` script from [here](https://github.com/erlanglab/erlangpl/releases/download/0.9.0/erlangpl.tar.gz) or type in the shell command:
1212
```
13-
wget https://github.com/erlanglab/erlangpl/releases/download/0.8.1/erlangpl.tar.gz
13+
wget https://github.com/erlanglab/erlangpl/releases/download/0.9.0/erlangpl.tar.gz
1414
```
1515
#### 2. Untar downloaded archive using any GUI program or type in the shell command:
1616
```
@@ -48,7 +48,7 @@ as follows:
4848
### Download prebuilt script
4949

5050
The easiest way to get started is to download a prebuilt `erlangpl` script
51-
([download link](https://github.com/erlanglab/erlangpl/releases/download/0.8.1/erlangpl.tar.gz)).
51+
([download link](https://github.com/erlanglab/erlangpl/releases/download/0.9.0/erlangpl.tar.gz)).
5252

5353
### Build it manually
5454

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.1"},
4+
{vsn, "0.9.0"},
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.1"},
3+
{vsn, "0.3.0"},
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.1",
2+
"version": "0.9.0",
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.1",
3+
"version": "0.9.0",
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.1",
7+
{rel, "erlangpl", "0.9.0",
88
[
99
kernel,
1010
stdlib,

0 commit comments

Comments
 (0)