Skip to content

Commit 19581b1

Browse files
authored
Merge pull request #10 from ardlib/master
Update library.properties - Update to the Repository URI - Update to Revision
2 parents dc901ac + 02fd9c8 commit 19581b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name=avdweb_VirtualDelay
2-
version=1.1.0
2+
version=1.1.1
33
author=Albert van Dalen <http://www.avdweb.nl>
44
license=GPL-3.0-or-later
55
maintainer=Abhijit Bose (aka. Boseji) <boseji.com>
66
sentence=Allows using (multiple) delays without blocking code execution. Arduino Uno and Zero.
77
paragraph=During the delay, the code execution is continued. We can use multiple delays simultaneously and independent of each other.
88
category=Timing
9-
url=https://github.com/avandalen/VirtualDelay
9+
url=https://github.com/avdwebLibraries/VirtualDelay
1010
architectures=*
1111
includes=avdweb_VirtualDelay.h
1212

0 commit comments

Comments
 (0)