Skip to content

Commit

Permalink
Bump version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BioBoost committed Oct 25, 2021
1 parent 858ddcc commit a2b929d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A library for connecting a Belgian digital energy meter to your home automation system via MQTT.

This library is part of the Connected Digital Energy Meter project. Check it out at [https://connected-digital-energy-meter.netlify.app](https://connected-digital-energy-meter.netlify.app).
This library is part of the Connected Digital Energy Meter project. Check it out at [https://cdem.be](https://cdem.be).

## Configuration Page

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "git",
"url": "https://github.com/connected-digital-energy-meter/connected-digital-energy-meter.git"
},
"version": "1.1.0",
"version": "1.1.1",
"frameworks": "arduino",
"platforms": ["espressif8266"],
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=ConnectedDigitalEnergyMeter
version=1.1.0
version=1.1.1
author=Nico De Witte,Ronny Mees
maintainer=Nico De Witte
sentence=A library for connecting a Belgian digital energy meter to your home automation system via MQTT.
paragraph=This library is part of the Connected Digital Energy Meter project. Check it out at https://connected-digital-energy-meter.netlify.app
paragraph=This library is part of the Connected Digital Energy Meter project. Check it out at https://cdem.be
category=Other
url=https://github.com/connected-digital-energy-meter/connected-digital-energy-meter
architectures=esp8266
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#pragma once

#define CDEM_LIB_VERSION "v1.1.0"
#define CDEM_LIB_VERSION "v1.1.1"

0 comments on commit a2b929d

Please sign in to comment.