Skip to content

Commit 89030f0

Browse files
committed
bump
1 parent 1ca711a commit 89030f0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ branches:
1919
env:
2020
global:
2121
- PRETTYNAME="Adafruit EPD Library"
22-
# Optional, will default to "$TRAVIS_BUILD_DIR/Doxyfile"
23-
# - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
2422

2523
addons:
2624
apt:
@@ -34,7 +32,6 @@ before_install:
3432

3533
install:
3634
- pip3 install --user adafruit-nrfutil
37-
- arduino --install-library "Adafruit GFX Library"
3835

3936
script:
4037
- build_main_platforms

library.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name=Adafruit EPD
2-
version=2.4.1
2+
version=2.4.2
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>
55
sentence=ePaper display driver
66
paragraph=ePaper display driver
77
category=Display
88
url=https://github.com/adafruit/Adafruit_EPD
99
architectures=*
10+
depends=Adafruit GFX Library

0 commit comments

Comments
 (0)