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

Commit

Permalink
Release version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkacper committed Aug 25, 2017
1 parent e4f3ad5 commit 639cab6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ The Erlang Performance Lab tool (erlangpl for short) can be started using escrip

### Quick start guide

#### 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:
#### 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:
```
wget https://github.com/erlanglab/erlangpl/releases/download/0.8.1/erlangpl.tar.gz
wget https://github.com/erlanglab/erlangpl/releases/download/0.9.0/erlangpl.tar.gz
```
#### 2. Untar downloaded archive using any GUI program or type in the shell command:
```
Expand Down Expand Up @@ -48,7 +48,7 @@ as follows:
### Download prebuilt script

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

### Build it manually

Expand Down
2 changes: 1 addition & 1 deletion apps/epl/src/epl.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, epl,
[
{description, "Erlang Performance Lab"},
{vsn, "0.8.1"},
{vsn, "0.9.0"},
{registered, []},
{applications, [
kernel,
Expand Down
2 changes: 1 addition & 1 deletion apps/epl_ets/src/epl_ets.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, epl_ets,
[{description, "EPL plugin for visualising ETS characteristics"},
{vsn, "0.2.1"},
{vsn, "0.3.0"},
{registered, []},
{mod, {epl_ets_app, []}},
{applications,
Expand Down
2 changes: 1 addition & 1 deletion elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.8.1",
"version": "0.9.0",
"summary": "helpful summary of your project, less than 80 characters",
"repository": "https://github.com/user/project.git",
"license": "BSD3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "erlangpl",
"version": "0.8.1",
"version": "0.9.0",
"private": true,
"devDependencies": {
"autoprefixer": "6.7.2",
Expand Down
2 changes: 1 addition & 1 deletion rel/reltool.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{lib_dirs, ["../apps", "../deps"]},
{erts, [{mod_cond, derived}, {app_file, strip}]},
{app_file, strip},
{rel, "erlangpl", "0.8.1",
{rel, "erlangpl", "0.9.0",
[
kernel,
stdlib,
Expand Down

0 comments on commit 639cab6

Please sign in to comment.