Skip to content

Commit

Permalink
Increase library version to 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris--A committed Jul 7, 2016
1 parent be4ec4b commit 59fa48e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `PrintEx` Library for Arduino ![Version 1.1.8](https://img.shields.io/badge/Version-1.1.8-blue.svg)
# `PrintEx` Library for Arduino ![Version 1.1.10](https://img.shields.io/badge/Version-1.1.10-blue.svg)

**Written by:** *Christopher Andrews*.
**Copyright:** _**2013**_*(`GString`)*-_**2015**_*(`PrintEx`)*, *Christopher Andrews, Released under MIT licence*.
Expand Down Expand Up @@ -273,6 +273,7 @@ Object | Description
**`CRCStream`** | This object calculates a running CRC for the input and output data streams of a `Stream` object associated with it.
**`RxTxCoutner`** | This object keeps track of how much data passes through its interfaces.
**`NullStream`** | A data stream with origins unknown.
**`PrintAdapter`** | Converts a `Print` object into a `Stream` object.
---

## Core Interfaces
Expand Down
5 changes: 3 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name=PrintEx
version=1.1.9
version=1.1.10
author=Christopher Andrews <chris@arduino.land>
maintainer=Christopher Andrews <chris@arduino.land>
sentence=A printing & formatting enhancement for Stream & Print based libraries.
paragraph=Enhance your projects with an Arduino tailored set of functionality. Includes streaming (in/out), printf with floating point support, repitition and EEPROM/PROGMEM access.
category=Communication
url=https://github.com/Chris--A/PrintEx#printex-library-for-arduino-
architectures=*
architectures=*
includes=PrintEx.h
2 changes: 1 addition & 1 deletion src/PrintEx.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Released under MIT licence.
********************************************************************************/

#define PRINTEX_VERSION 10109
#define PRINTEX_VERSION 10110

#include "lib/MemoryPrinter.h"
#include "lib/StreamExtension.h"
Expand Down

0 comments on commit 59fa48e

Please sign in to comment.