Skip to content

Commit 07184c8

Browse files
committed
Version bump to v1.1.0
Decided to make a MINOR bump (as opposed to a PATCH) due to the severity of the bug
1 parent b412af4 commit 07184c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SPL07-003
2-
version=1.0.0
2+
version=1.1.0
33
author=Kenneract
44
maintainer=Kenneract
55
sentence=SPL07-003 library for Arduino-compatible devices.

src/SPL07-003.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Author: Kennan / Kenneract
22
// GitHub: https://github.com/Kenneract/SPL07-003-Arduino-Library
33
// Created: Mar.12.2025
4-
// Updated: Mar.15.2025, V1.0.0
4+
// Updated: Mar.17.2025, V1.1.0
55
// Purpose: SPL07-003 Pressure+Temperature Sensor Arduino Library
66

77
#include "SPL07-003.h"

src/SPL07-003.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Author: Kennan / Kenneract
22
// GitHub: https://github.com/Kenneract/SPL07-003-Arduino-Library
33
// Created: Mar.12.2025
4-
// Updated: Mar.15.2025, V1.0.0
4+
// Updated: Mar.17.2025, V1.1.0
55
// Purpose: SPL07-003 Pressure+Temperature Sensor Arduino Library
66

77
#ifndef SPL07_003_H

0 commit comments

Comments
 (0)