Skip to content

Commit

Permalink
switch to revision 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed Dec 2, 2020
1 parent 64d5673 commit 5596447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Luos",
"keywords": "robus,network,microservice,luos,operating system,os,embedded,communication,module,ST",
"description": "Luos turns your embedded system into modules like microservices architecture does it in software.",
"version": "1.0.0",
"version": "1.0.1",
"authors": {
"name": "Luos",
"url": "https://luos.io"
Expand Down
2 changes: 1 addition & 1 deletion src/luos.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/*******************************************************************************
* Variables
******************************************************************************/
revision_t luos_version = {.Major = 1, .Minor = 0, .Build = 0};
revision_t luos_version = {.Major = 1, .Minor = 0, .Build = 1};
container_t container_table[MAX_CONTAINER_NUMBER];
uint16_t container_number;
volatile routing_table_t *routing_table_pt;
Expand Down

0 comments on commit 5596447

Please sign in to comment.