Skip to content

Commit

Permalink
Updated version to 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtmartensson committed Feb 11, 2021
1 parent 802a8d1 commit eb4a6c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
11 changes: 5 additions & 6 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ freeRam KEYWORD2
reset KEYWORD2
decode2logicalLed KEYWORD2
printVariable KEYWORD2
ip2string KEYWORD2
receiverPin KEYWORD2
receiverPullup KEYWORD2
setupLeds KEYWORD2
Expand Down Expand Up @@ -324,11 +323,11 @@ SIGNAL_LED_4_GND LITERAL1
SIGNAL_LED_3 LITERAL1
SIGNAL_LED_3_GND LITERAL1
SIGNAL_LED_2 LITERAL1
IRSENSOR_GND LITERAL1
IRSENSOR_VCC LITERAL1
IRRECEIVER_PIN LITERAL1
IRRECEIVER_GND LITERAL1
IRRECEIVER_VCC LITERAL1
IRSENSOR_1_GND LITERAL1
IRSENSOR_1_VCC LITERAL1
IRRECEIVER_1_PIN LITERAL1
IRRECEIVER_1_GND LITERAL1
IRRECEIVER_1_VCC LITERAL1
SIGNAL_LED_1 LITERAL1
SIGNAL_LED_2 LITERAL1
SIGNAL_LED_2_GND LITERAL1
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=AGirs
version=1.0.2
version=1.0.3
author=Bengt Martensson
maintainer=Bengt Martensson <[email protected]>
sentence=A Girs infrared server for the Arduino platform.
Expand Down
3 changes: 2 additions & 1 deletion src/GirsLib/version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// This file was automatically generated from library.properties; do not edit.
#pragma once
/**
* Version of the current library.
* Taken from the version in library.properties.
*/
#define VERSION "1.0.2"
#define VERSION "1.0.3"

0 comments on commit eb4a6c4

Please sign in to comment.