diff --git a/VERSION b/VERSION index 1d0ba9e..267577d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.4.1 diff --git a/doc/overview-summary.html b/doc/overview-summary.html index e730f13..49bd586 100644 --- a/doc/overview-summary.html +++ b/doc/overview-summary.html @@ -8,7 +8,7 @@

The Achlys framework

-

Version: : 0.4.0

+

Version: : 0.4.1

Authors: Igor Kopestenski (igor.kopestenski@uclouvain.be) [web site: https://achlys.app/].

A base for building Erlang applications combining Lasp components for diff --git a/doc/overview.edoc b/doc/overview.edoc index 304e6bc..17819b7 100644 --- a/doc/overview.edoc +++ b/doc/overview.edoc @@ -1,6 +1,6 @@ @author Igor Kopestenski [https://achlys.app/] -@version : 0.4.0 +@version : 0.4.1 @title The Achlys framework @doc A base for building Erlang applications combining Lasp components for diff --git a/rebar.config b/rebar.config index efb97f1..a73ece3 100644 --- a/rebar.config +++ b/rebar.config @@ -64,7 +64,7 @@ { relx , [ %%------------------------------------------------------------------------------ - {release , {achlys , "0.4.0"} , [ + {release , {achlys , "0.4.1"} , [ grisp , {epmd , none} , partisan , @@ -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 , diff --git a/resources/SHELL_AD-HOC_CONNECTION.md b/resources/SHELL_AD-HOC_CONNECTION.md index 2ee0bf9..6348816 100644 --- a/resources/SHELL_AD-HOC_CONNECTION.md +++ b/resources/SHELL_AD-HOC_CONNECTION.md @@ -169,10 +169,10 @@ 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 @@ -180,7 +180,7 @@ The alternative equivalent without configuring the destination in the `rebar.con 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 diff --git a/src/achlys.app.src b/src/achlys.app.src index c31f893..223c8c4 100644 --- a/src/achlys.app.src +++ b/src/achlys.app.src @@ -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,