From 9025b6d5b5b9644518cea15ab511dc1225b4182f Mon Sep 17 00:00:00 2001 From: Nicholas Humfrey Date: Sun, 19 Aug 2018 10:42:16 +0100 Subject: [PATCH] Bumped version number up to 1.1.0 --- library.json | 1 + library.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 48bd5ef..ad4054e 100644 --- a/library.json +++ b/library.json @@ -1,5 +1,6 @@ { "name": "EtherCard", + "version": "1.1.0", "keywords": "http, web, server, client, ethernet", "description": "EtherCard is an IPv4 driver for the ENC28J60 chip.", "homepage": "https://github.com/njh/EtherCard", diff --git a/library.properties b/library.properties index be6a18f..e7f9ed9 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=EtherCard -version=1.0.0 +version=1.1.0 author=Jean-Claude Wippler maintainer=Nicholas Humfrey sentence=EtherCard is an IPv4 driver for the ENC28J60 chip.