Skip to content

Commit

Permalink
Merge pull request #4 from RobTillaart/develop
Browse files Browse the repository at this point in the history
fix library.json
  • Loading branch information
RobTillaart authored Jun 19, 2020
2 parents 5fdeac5 + b76b1dd commit 7e97e7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
7 changes: 2 additions & 5 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
"type": "git",
"url": "https://github.com/RobTillaart/Temperature"
},
"version":"0.2.1",
"version":"0.2.2",
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "Temperature"
}
"platforms": "*"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Temperature
version=0.2.1
version=0.2.2
author=Rob Tillaart <rob.tillaart@gmail.com>
maintainer=Rob Tillaart <rob.tillaart@gmail.com>
sentence=Library with weather related functions.
Expand Down
6 changes: 3 additions & 3 deletions temperature.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once
//
// FILE: temperature.h
// VERSION: 0.2.1
// VERSION: 0.2.2
// PURPOSE: temperature functions
//
// HISTORY:
Expand All @@ -11,9 +11,9 @@
// replaced obsolete links with new ones,
// tested and removed some code
// 0.2.1 2020-05-26 added windchill formulas
//
// 0.2.2 2020-06-19 fix library.json

#define TEMPERATURE_VERSION "0.2.1"
#define TEMPERATURE_VERSION "0.2.2"

inline float Fahrenheit(float celsius)
{
Expand Down

0 comments on commit 7e97e7c

Please sign in to comment.