diff --git a/README.md b/README.md index 1a55697..fa0fcfb 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.3.1 +Check Temperature by using Apple System Management Control (Smc) tool 0.3.2 Usage: ./smctemp [options] -c : list CPU temperatures (Celsius) diff --git a/smctemp.h b/smctemp.h index 8447493..fad6af0 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 std::string kVersion = "0.3.1"; +const std::string kVersion = "0.3.2"; constexpr char kIOAppleSmcHiddenClassName[] = "AppleSMC"; constexpr char kSmcCmdReadBytes = 5; constexpr char kSmcCmdReadIndex = 8;