Skip to content

Commit

Permalink
Release version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkacper committed Jun 21, 2017
1 parent b22e470 commit 9514d47
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Erlang Performance Lab tool (erlangpl for short) can be started using escrip
### 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.6.1/erlangpl.tar.gz)).
([download link](https://github.com/erlanglab/erlangpl/releases/download/0.7.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.6.1"},
{vsn, "0.7.0"},
{registered, []},
{applications, [
kernel,
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.6.1",
"version": "0.7.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.6.1",
"version": "0.7.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.6.1",
{rel, "erlangpl", "0.7.0",
[
kernel,
stdlib,
Expand Down

0 comments on commit 9514d47

Please sign in to comment.