From 21fabbb4b9bd40f424a8516a45fd2810a575d818 Mon Sep 17 00:00:00 2001 From: Michael Adams Date: Tue, 11 Aug 2026 08:28:35 +1200 Subject: [PATCH] Create v1.7.0 release --- library.json | 2 +- library.properties | 2 +- src/CMRI.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 9b5dcab..2639aa5 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "CMRI", - "version": "1.6.0", + "version": "1.7.0", "description": "A library for interfacing Arduino with the C/MRI computer control system for model railroads. This library allows you to easily interface your Arduino with JMRI (Java Model Railroad Interface) by emulating Bruce Chubb's Computer/Model Railroad Interface (C/MRI) System. It provides a simple API to handle GET, SET, and POLL requests from JMRI automatically, with support for up to 2048 digital lines.", "keywords": "CMRI, JMRI, model-railroad, arduino, communication", "repository": { diff --git a/library.properties b/library.properties index 795f12b..23c51b4 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=CMRI -version=1.6.0 +version=1.7.0 author=Michael Adams maintainer=Michael Adams sentence=A library for interfacing Arduino with the C/MRI computer control system for model railroads. diff --git a/src/CMRI.h b/src/CMRI.h index 052dbeb..52b453a 100644 --- a/src/CMRI.h +++ b/src/CMRI.h @@ -26,7 +26,7 @@ #ifndef CMRI_h #define CMRI_h -#define _CMRI_VERSION 1.6.0 // version of this library +#define _CMRI_VERSION 1.7.0 // version of this library #include class CMRI