Skip to content

Commit d6fb32f

Browse files
authored
Merge pull request #25 from narugit/feat/update_version_0.3.0
feat: update to 0.3.0
2 parents 4391d48 + de203a1 commit d6fb32f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ smctemp -c
2222
## Usage
2323
```console
2424
$ smctemp -h
25-
Check Temperature by using Apple System Management Control (Smc) tool 0.2.1
25+
Check Temperature by using Apple System Management Control (Smc) tool 0.3.0
2626
Usage:
2727
./smctemp [options]
2828
-c : list CPU temperatures (Celsius)

smctemp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#define COUNT_OF(x) ((sizeof(x)/sizeof(0[x])) / ((size_t)(!(sizeof(x) % sizeof(0[x])))))
3434

3535
namespace smctemp {
36-
const std::string kVersion = "0.2.1";
36+
const std::string kVersion = "0.3.0";
3737
constexpr char kIOAppleSmcHiddenClassName[] = "AppleSMC";
3838
constexpr char kSmcCmdReadBytes = 5;
3939
constexpr char kSmcCmdReadIndex = 8;

0 commit comments

Comments
 (0)