From 2e984b550e54aa2e8d390b53be65ae20f6ec94f3 Mon Sep 17 00:00:00 2001 From: Felix Rusu Date: Thu, 9 Jul 2020 10:34:40 -0400 Subject: [PATCH] 101.1.3 release no code changes, just version bump for CI --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 12873ed..20162d1 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "SPIFlash", - "version": "101.1.2", + "version": "101.1.3", "keywords": "flash, spi", "description": "Library for read/write access to SPI flash memory chips", "repository": diff --git a/library.properties b/library.properties index ce2415a..e625514 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SPIFlash_LowPowerLab -version=101.1.2 +version=101.1.3 author=LowPowerLab maintainer=Felix Rusu sentence=Simple Arduino library for SPI flash memory chips