Skip to content

Commit

Permalink
Bump minor version number
Browse files Browse the repository at this point in the history
  • Loading branch information
magoorden committed Aug 28, 2024
1 parent cdc5db3 commit cdd671f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=CLAIRE
version=0.1.15
version=0.1.16
author=Falke Carlsen <falkeboc@cs.aau.dk>
maintainer=Falke Carlsen <falkeboc@cs.aau.dk>
sentence=API to interface with CLAIRE water management demonstrator at DEIS-AAU.
Expand Down
2 changes: 1 addition & 1 deletion py_driver/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

IMMEDIATE_OUTPUT = True
TAG = "DRIVER:"
CLAIRE_VERSION = "v0.1.15"
CLAIRE_VERSION = "v0.1.16"
CLAIRE_READY_SIGNAL = "CLAIRE-READY"
TUBE_MAX_LEVEL = 900
DEBUG = True
Expand Down
2 changes: 1 addition & 1 deletion src/Claire.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <Arduino.h>
#include <EEPROM.h>

#define VERSION "0.1.15"
#define VERSION "0.1.16"

#define OUTPUT_GPIO_MIN 2
#define OUTPUT_GPIO_MAX 7
Expand Down

0 comments on commit cdd671f

Please sign in to comment.