diff --git a/README.md b/README.md index 3c1df7b..e76524b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ smctemp -c ## Usage ```console $ smctemp -h -Check Temperature by using Apple System Management Control (Smc) tool 0.5.0 +Check Temperature by using Apple System Management Control (Smc) tool Usage: ./smctemp [options] -c : list CPU temperatures (Celsius) diff --git a/smctemp.h b/smctemp.h index 3d141dd..74af60e 100644 --- a/smctemp.h +++ b/smctemp.h @@ -33,7 +33,7 @@ #define COUNT_OF(x) ((sizeof(x)/sizeof(0[x])) / ((size_t)(!(sizeof(x) % sizeof(0[x]))))) namespace smctemp { -const char kVersion[] = "0.5.0"; +const char kVersion[] = "0.6.0"; constexpr char kIOAppleSmcHiddenClassName[] = "AppleSMC"; constexpr char kSmcCmdReadBytes = 5; constexpr char kSmcCmdReadIndex = 8;