Skip to content

Commit

Permalink
fixing versioing
Browse files Browse the repository at this point in the history
  • Loading branch information
bayrem-gharsallaoui committed Oct 15, 2022
1 parent 78386b0 commit bd3e04a
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/arduino/platformio.ini
Original file line number Diff line number Diff line change
@@ -16,4 +16,4 @@ monitor_speed = 9600
build_flags = -I include
lib_deps =
paulstoffregen/TimerOne@^1.1
kaizoku-oh/RTCOS@^1.3.2
kaizoku-oh/RTCOS@^1.3.3
2 changes: 1 addition & 1 deletion examples/stm32/platformio.ini
Original file line number Diff line number Diff line change
@@ -16,4 +16,4 @@ debug_tool = stlink
upload_protocol = stlink
monitor_speed = 115200
monitor_flags = --raw
lib_deps = kaizoku-oh/RTCOS@^1.3.2
lib_deps = kaizoku-oh/RTCOS@^1.3.3
2 changes: 1 addition & 1 deletion include/config.h
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
*
* @file : config.h
* @author : Bayrem GHARSELLAOUI
* @version : 1.3.2
* @version : 1.3.3
* @date : April 2021
* @brief : RTCOS default configuration file (can be used as a template for RTCOSConfig.h)
*
2 changes: 1 addition & 1 deletion include/rtcos.h
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
*
* @file : rtcos.h
* @author : Bayrem GHARSELLAOUI
* @version : 1.3.2
* @version : 1.3.3
* @date : April 2021
* @brief : RTCOS header file
*
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RTCOS",
"version": "1.3.2",
"version": "1.3.3",
"description": "An event-driven RTC (Run To Completion) OS/scheduler dedicated to ultra constrained devices.",
"keywords": "cooperative, event, scheduler, os",
"repository":
2 changes: 1 addition & 1 deletion src/rtcos.c
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
*
* @file : rtcos.c
* @author : Bayrem GHARSELLAOUI
* @version : 1.3.2
* @version : 1.3.3
* @date : April 2021
* @brief : RTCOS source file
*

0 comments on commit bd3e04a

Please sign in to comment.