Skip to content

Commit fe4389b

Browse files
committed
Compatibility Fix
1 parent 9cfa96d commit fe4389b

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

library.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "Arduino-MultiTasking",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "A cooperative multitasking and timer library for Arduino compatible boards.",
5-
"keywords": "multitasking, multithreading, task, thread, timer, scheduler, tasking, threading",
5+
"keywords": "multitasking, multithreading, task, thread, cooperative, timer, scheduler, scheduling, tasking, threading",
66
"repository":
77
{
88
"type": "git",
@@ -12,12 +12,13 @@
1212
[
1313
{
1414
"name": "Ali Devrim OGUZ",
15-
"url": "https://instagram.com/devrim.ogz"
15+
"url": "https://instagram.com/devrim.ogz",
16+
"maintainer": true
1617
}
1718
],
1819
"license": "GPL-3.0-or-later",
1920
"homepage": "https://github.com/devrim-oguz/MultiTasking",
20-
"frameworks": ["atmelavr", "espressif8266", "espressif32", "ststm32"],
21+
"frameworks": "arduino",
2122
"platforms": "*",
2223
"build": {
2324
"includeDir": "src/"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Arduino-MultiTasking
2-
version=1.0.4
2+
version=1.0.5
33
author=Ali Devrim OGUZ
44
maintainer=Ali Devrim OGUZ
55
sentence=A cooperative multitasking and timer library for Arduino compatible boards.

0 commit comments

Comments
 (0)