Skip to content

Commit

Permalink
v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aasim-A committed Sep 18, 2024
1 parent a3bb1b1 commit 75045b2
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 48 deletions.
74 changes: 36 additions & 38 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,36 @@
{
"name": "AsyncTimer",
"version": "2.4.0",
"description": "JavaScript-like async timing functions (setTimeout, setInterval).",
"keywords": [
"settimeout",
"setinterval",
"timeout",
"delay",
"interval",
"timer",
"async",
"asynchronous",
"esp",
"esp32",
"esp8266",
"arduino",
"uno",
"seeeduino",
"javascript"
],
"repository":
{
"type": "git",
"url": "https://github.com/Aasim-A/AsyncTimer.git"
},
"homepage": "https://github.com/Aasim-A/AsyncTimer",
"authors":
{
"name": "Aasim-A",
"url": "https://github.com/Aasim-A",
"maintainer": true
},
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino"
}
{
"name": "AsyncTimer",
"version": "2.4.1",
"description": "JavaScript-like async timing functions (setTimeout, setInterval).",
"keywords": [
"settimeout",
"setinterval",
"timeout",
"delay",
"interval",
"timer",
"async",
"asynchronous",
"esp",
"esp32",
"esp8266",
"arduino",
"uno",
"seeeduino",
"javascript"
],
"repository": {
"type": "git",
"url": "https://github.com/Aasim-A/AsyncTimer.git"
},
"homepage": "https://github.com/Aasim-A/AsyncTimer",
"authors": {
"name": "Aasim-A",
"url": "https://github.com/Aasim-A",
"maintainer": true
},
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino"
}
20 changes: 10 additions & 10 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=AsyncTimer
version=2.4.0
author=Aasim-A
maintainer=Aasim-A <github.com/Aasim-A>
sentence=JavaScript-like async timing functions (setTimeout, setInterval).
paragraph=Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.
category=Timing
url=https://github.com/Aasim-A/AsyncTimer
architectures=*
includes=AsyncTimer.h
name=AsyncTimer
version=2.4.1
author=Aasim-A
maintainer=Aasim-A <github.com/Aasim-A>
sentence=JavaScript-like async timing functions (setTimeout, setInterval).
paragraph=Simplify your code with these helper functions to avoid using blocking functions and make it easier to read/write.
category=Timing
url=https://github.com/Aasim-A/AsyncTimer
architectures=*
includes=AsyncTimer.h

0 comments on commit 75045b2

Please sign in to comment.