Skip to content

Commit d9d3c7e

Browse files
committed
release 0.3.0
1 parent 0cf7298 commit d9d3c7e

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.3.0

rebar.config

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
{build , [
2626
{toolchain , [
27-
{directory,"/Users/laymer/GRiSP/grisp-software/rtems-install/rtems/5"}]}
27+
{directory,"/Path/To/GRiSP/grisp-software/rtems-install/rtems/5"}]}
2828
]} ,
2929

3030
{deploy , [
@@ -53,13 +53,11 @@
5353

5454
{ relx , [
5555
%%------------------------------------------------------------------------------
56-
{release , {achlys , "0.2.0"} , [
56+
{release , {achlys , "0.3.0"} , [
5757
grisp ,
5858
{epmd , none} ,
5959
partisan ,
6060
lasp ,
61-
syntax_tools,
62-
runtime_tools,
6361
achlys
6462
]} ,
6563
%%------------------------------------------------------------------------------

src/achlys.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ application , achlys , [
22
{description , "A framework for applications using Lasp
33
on GRiSP embedded systems at the edge"} ,
4-
{vsn , "0.2.0"} ,
4+
{vsn , "0.3.0"} ,
55

66
{registered , [achlys
77
, achlys_app

0 commit comments

Comments
 (0)