-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Fill in information about your library then remove # from the start of lines | ||
# https://docs.particle.io/guide/tools-and-features/libraries/#library-properties-fields | ||
name=homekit | ||
version=0.0.1 | ||
version=1.0.1 | ||
author=moflo | ||
# license=insert your choice of license here | ||
# sentence=one sentence description of this library | ||
license=GNU LPL | ||
sentence=A Particle library for Apple's HomeKit | ||
# paragraph=a longer description of this library, always prepended with sentence when shown | ||
# url=the URL of the project, like https://github.com/mygithub_user/my_repo | ||
# repository=git repository for the project, like https://github.com/mygithub_user/my_repo.git | ||
# architectures=a list of supported boards if this library is hardware dependent, like particle-photon,particle-electron | ||
url=https://github.com/moflo/homekit-particle | ||
repository=https://github.com/moflo/homekit-particle | ||
architectures=particle-photon |