From 837679d66ff6a690c24efe135d262966ba429fe5 Mon Sep 17 00:00:00 2001 From: Shawn Silverman Date: Wed, 10 Feb 2021 20:29:46 -0800 Subject: [PATCH] Change the project version to 4.2.0 from 4.1.2 --- CHANGELOG.md | 2 +- README.md | 2 +- library.json | 2 +- library.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efa9807..b6ebad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [4.1.2] +## [4.2.0] ### Changed * No more volatile objects with weird copy constructors and diff --git a/README.md b/README.md index 60c2154..79cec25 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Buy Me A Coffee donate button -# Readme for TeensyDMX v4.1.2 +# Readme for TeensyDMX v4.2.0 This is a full-featured library for receiving and transmitting DMX on Teensy 3, Teensy LC, and Teensy 4. It follows the diff --git a/library.json b/library.json index a095b19..34d8a1e 100644 --- a/library.json +++ b/library.json @@ -11,7 +11,7 @@ "type": "git", "url": "https://github.com/ssilverman/TeensyDMX" }, - "version": "4.1.2", + "version": "4.2.0", "license": "BSD-3-Clause-Clear", "homepage": "https://github.com/ssilverman/TeensyDMX", "frameworks": "arduino", diff --git a/library.properties b/library.properties index 22a43be..2d08d4e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TeensyDMX -version=4.1.2 +version=4.2.0 author=Shawn Silverman maintainer=Shawn Silverman sentence=A full-featured DMX library for Teensy 3, Teensy LC, and Teensy 4.