Skip to content

Commit 40610b0

Browse files
authored
Merge pull request #2 from RobTillaart/develop
fix library.json
2 parents 98b988b + 8f2bc79 commit 40610b0

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

FastShiftIn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// FILE: FastShiftIn.cpp
33
// AUTHOR: Rob Tillaart
4-
// VERSION: 0.2.0
4+
// VERSION: 0.2.1
55
// PURPOSE: Fast ShiftIn for 74HC165 register, AVR optimized
66
// DATE: 2013-09-29
77
// URL: https://github.com/RobTillaart/FastShiftIn.git

FastShiftIn.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
//
33
// FILE: FastShiftIn.h
44
// AUTHOR: Rob Tillaart
5-
// VERSION: 0.2.0
5+
// VERSION: 0.2.1
66
// PURPOSE: Fast ShiftIn for 74HC165 register, AVR optimized
77
// DATE: 2013-09-29
88
// URL: https://github.com/RobTillaart/FastShiftIn.git
99
//
1010

1111
#include "Arduino.h"
1212

13-
#define FASTSHIFTIN_LIB_VERSION "0.2.0"
13+
#define FASTSHIFTIN_LIB_VERSION (F("0.2.1"))
1414

1515
class FastShiftIn
1616
{

library.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515
"type": "git",
1616
"url": "https://github.com/RobTillaart/FastShiftIn.git"
1717
},
18-
"version":"0.2.0",
18+
"version":"0.2.1",
1919
"frameworks": "arduino",
20-
"platforms": "AVR",
21-
"export": {
22-
"include": "FastShiftIn"
23-
}
20+
"platforms": "AVR"
2421
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=FastShiftIn
2-
version=0.2.0
2+
version=0.2.1
33
author=Rob Tillaart <[email protected]>
44
maintainer=Rob Tillaart <[email protected]>
55
sentence=Arduino library for (AVR) optimized shiftIn - e.g. for 74HC165

0 commit comments

Comments
 (0)