Skip to content

Commit

Permalink
vsn bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Laymer committed Mar 13, 2020
1 parent 5cc80ff commit b4045be
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.4.1
2 changes: 1 addition & 1 deletion doc/overview-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body bgcolor="white">
<div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<h1>The Achlys framework</h1>
<p><b>Version:</b> : 0.4.0</p>
<p><b>Version:</b> : 0.4.1</p>
<p><b>Authors:</b> Igor Kopestenski (<a href="mailto:[email protected]"><tt>[email protected]</tt></a>) [<em>web site:</em> <tt><a href="https://achlys.app/" target="_top">https://achlys.app/</a></tt>].</p>
A base for building Erlang applications combining
<a target="_blank" href="https://lasp-lang.readme.io/">Lasp</a> components for
Expand Down
2 changes: 1 addition & 1 deletion doc/overview.edoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@author Igor Kopestenski <[email protected]>
[https://achlys.app/]
@version : 0.4.0
@version : 0.4.1
@title The Achlys framework
@doc A base for building Erlang applications combining
<a target="_blank" href="https://lasp-lang.readme.io/">Lasp</a> components for
Expand Down
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

{ relx , [
%%------------------------------------------------------------------------------
{release , {achlys , "0.4.0"} , [
{release , {achlys , "0.4.1"} , [
grisp ,
{epmd , none} ,
partisan ,
Expand Down Expand Up @@ -110,7 +110,7 @@
]} ,
{relx , [
{sys_config_src , "./config/test.config.src"} ,
{release , {achlys , "0.4.0"} , [
{release , {achlys , "0.4.1"} , [
grisp ,
{epmd , none} ,
partisan ,
Expand Down
6 changes: 3 additions & 3 deletions resources/SHELL_AD-HOC_CONNECTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,18 +169,18 @@ By setting the following in the `grisp` section of the `rebar.config` file :
```

The command below will clean the destination before attempting to copy
version `0.4.0` of the `achlys` release to the MicroSD card, and unmount it :
version `0.4.1` of the `achlys` release to the MicroSD card, and unmount it :

```
NAME=my_grisp_board_1 PEER_IP=169,254,16,1 IP=169.254.16.1 rebar3 grisp deploy -n achlys -v 0.4.0
NAME=my_grisp_board_1 PEER_IP=169,254,16,1 IP=169.254.16.1 rebar3 grisp deploy -n achlys -v 0.4.1
```

##### Passing the options when calling the `deploy` command
The alternative equivalent without configuring the destination in the `rebar.config` file
is to specify the options when calling the command :

```
NAME=my_grisp_board_1 PEER_IP=169,254,16,1 IP=169.254.16.1 rebar3 grisp deploy --relname achlys --relvsn 0.4.0 --force true --destination "/media/user/GRISP"
NAME=my_grisp_board_1 PEER_IP=169,254,16,1 IP=169.254.16.1 rebar3 grisp deploy --relname achlys --relvsn 0.4.1 --force true --destination "/media/user/GRISP"
```

#### Running the shell
Expand Down
2 changes: 1 addition & 1 deletion src/achlys.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application,achlys,
[{description,"A framework for applications using Lasp\n on GRiSP embedded systems at the edge"},
{vsn,"0.4.0"},
{vsn,"0.4.1"},
{registered,[achlys,achlys_app,achlys_sup,achlys_util,
achlys_config,achlys_cleaner,
achlys_sensor_commander,achlys_pmod_worker_sup,
Expand Down

0 comments on commit b4045be

Please sign in to comment.