Skip to content

Commit

Permalink
Merge pull request #221 from wjgeorge/dev
Browse files Browse the repository at this point in the history
bump lib version number
  • Loading branch information
sqfmi committed Apr 25, 2023
2 parents 1d5605c + 98fd0ab commit 342eb48
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/config.h
@@ -1,6 +1,9 @@
#ifndef CONFIG_H
#define CONFIG_H

// Versioning
#define WATCHY_LIB_VER "1.4.7"

//pins
#if !defined(ARDUINO_WATCHY_V10) && !defined(ARDUINO_WATCHY_V15) && !defined(ARDUINO_WATCHY_V20)

Expand Down Expand Up @@ -75,6 +78,4 @@
#define SOFTWARE_VERSION_PATCH 0
#define HARDWARE_VERSION_MAJOR 1
#define HARDWARE_VERSION_MINOR 0
// Versioning
#define WATCHY_LIB_VER "1.4.6"
#endif

0 comments on commit 342eb48

Please sign in to comment.