diff --git a/library.json b/library.json index 7f31cc7..d260fdf 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "rdm6300", - "version": "1.0.0", + "version": "1.0.1", "keywords": "rdm6300, rfid", "description": "A simple library to interface with rdm6300 rfid reader.", "repository": diff --git a/library.properties b/library.properties index da115f4..dad300a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Rdm6300 -version=1.0.0 +version=1.0.1 author=Arad Eizen maintainer=Arad Eizen sentence=A simple library to interface with rdm6300 rfid reader. diff --git a/rdm6300.cpp b/src/rdm6300.cpp similarity index 100% rename from rdm6300.cpp rename to src/rdm6300.cpp diff --git a/rdm6300.h b/src/rdm6300.h similarity index 100% rename from rdm6300.h rename to src/rdm6300.h