Skip to content

Commit f1fb712

Browse files
committed
Iterative Update
1 parent d48e4b9 commit f1fb712

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Arduino-MultiTasking",
3-
"version": "1.0.5",
3+
"version": "1.0.7",
44
"description": "A cooperative multitasking and timer library for Arduino compatible boards.",
55
"keywords": "multitasking, multithreading, task, thread, cooperative, timer, scheduler, scheduling, tasking, threading",
66
"repository":
@@ -23,4 +23,4 @@
2323
"build": {
2424
"includeDir": "src/"
2525
}
26-
}
26+
}

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=Arduino-MultiTasking
2-
version=1.0.5
2+
version=1.0.7
33
author=Ali Devrim OGUZ
44
maintainer=Ali Devrim OGUZ
55
sentence=A cooperative multitasking and timer library for Arduino compatible boards.
66
paragraph=Please check examples for usage.
77
category=Other
88
url=https://github.com/devrim-oguz/MultiTasking
99
architectures=avr, megaavr, esp32, esp8266, stm32
10-
includes=src/MultiTasking.h
10+
includes=src/MultiTasking.h

0 commit comments

Comments
 (0)