From ce42efc7c6d7ec6fd7bc69d69201c7908a052706 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Fri, 4 Nov 2016 10:53:54 +0100 Subject: [PATCH] Updated doc and tag URL. --- doc/Doxyfile | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 5551e59..5773a06 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Arduino MIDI Library" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "Version 4.3" +PROJECT_NUMBER = "Version 4.3.1" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/library.json b/library.json index 2216154..ffc44ce 100644 --- a/library.json +++ b/library.json @@ -17,7 +17,7 @@ "url": "https://github.com/FortySevenEffects/arduino_midi_library.git", "branch": "master" }, - "downloadUrl": "https://github.com/FortySevenEffects/arduino_midi_library/releases/tag/4.3", + "downloadUrl": "https://github.com/FortySevenEffects/arduino_midi_library/releases/tag/4.3.1", "include": "src", "examples": "examples/*/*.ino", "frameworks": "arduino",