Skip to content

Commit

Permalink
updated reference to tag 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-83 committed Oct 31, 2023
1 parent 45dca4d commit 9739280
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/smartmeio/arancino-library.git"
},
"version": "2.1.1",
"version": "2.1.2",
"authors": {
"name": "smartme.IO",
"url": "https://www.arancino.cc"
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Arancino
version=2.1.1
version=2.1.2
author=smartme.IO
maintainer=smartme.IO <[email protected]>
sentence=Enables communication between microcontroller and Arancino Module running mainly in Arancino boards.
Expand Down
2 changes: 1 addition & 1 deletion src/ArancinoDefinitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ under the License
#define MODLOGLVL_KEY (char*)"___MODLOGLVL___"
#define MODENV_KEY (char*)"___MODENV___"
#define BLINK_ID_KEY (char*)"___BLINK_ID___"
#define LIB_VERSION (char*)"2.1.1" //library version
#define LIB_VERSION (char*)"2.1.2" //library version

//RESPONSE CODE
#define INVALID_VALUE_ERROR -4
Expand Down

0 comments on commit 9739280

Please sign in to comment.