From d604e1f0bddb0f67fab8d3da753b48d80be02db1 Mon Sep 17 00:00:00 2001 From: NicoHood Date: Tue, 18 May 2021 19:31:42 +0200 Subject: [PATCH] Release 1.2.9 --- Readme.md | 4 ++-- library.properties | 2 +- src/PinChangeInterrupt.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 1749898..cce1f76 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -PinChangeInterrupt Library 1.2.8 +PinChangeInterrupt Library 1.2.9 ================================ ![Header Picture](header.png) @@ -288,7 +288,7 @@ the new PinChangeInterrupts may help you a lot. Version History =============== ``` -1.2.9 Release (xx.xx.2021) +1.2.9 Release (18.05.2021) * Added Attiny261/461/861 support #39 * Added Attiny2313/2313A/4313 support #37 * Added ATMega328PB support #30 diff --git a/library.properties b/library.properties index a97f65b..bb3a6e0 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=PinChangeInterrupt -version=1.2.8 +version=1.2.9 author=NicoHood maintainer=NicoHood sentence=A simple & compact PinChangeInterrupt library for Arduino. diff --git a/src/PinChangeInterrupt.h b/src/PinChangeInterrupt.h index abccd3a..b30fb62 100644 --- a/src/PinChangeInterrupt.h +++ b/src/PinChangeInterrupt.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2014-2018 NicoHood +Copyright (c) 2014-2021 NicoHood See the readme for credit to other people. Permission is hereby granted, free of charge, to any person obtaining a copy @@ -25,7 +25,7 @@ THE SOFTWARE. #pragma once // Software Version -#define PCINT_VERSION 128 +#define PCINT_VERSION 129 #include #include