Skip to content

Commit 5596447

Browse files
switch to revision 1.0.1
1 parent 64d5673 commit 5596447

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Luos",
33
"keywords": "robus,network,microservice,luos,operating system,os,embedded,communication,module,ST",
44
"description": "Luos turns your embedded system into modules like microservices architecture does it in software.",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"authors": {
77
"name": "Luos",
88
"url": "https://luos.io"

src/luos.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/*******************************************************************************
1919
* Variables
2020
******************************************************************************/
21-
revision_t luos_version = {.Major = 1, .Minor = 0, .Build = 0};
21+
revision_t luos_version = {.Major = 1, .Minor = 0, .Build = 1};
2222
container_t container_table[MAX_CONTAINER_NUMBER];
2323
uint16_t container_number;
2424
volatile routing_table_t *routing_table_pt;

0 commit comments

Comments
 (0)