wlbot 1.2.7 → 1.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -18,7 +18,7 @@ const program = new Command();
18
18
  program
19
19
  .description("A CLI for the WeatherLink Live API.")
20
20
  .name("wlbot")
21
- .version('1.2.7')
21
+ .version('1.2.8')
22
22
  .usage('<command>');
23
23
 
24
24
  const metadata = program.command("metadata")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wlbot",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "A CLI for the WeatherLink Live API.",
5
5
  "keywords": [
6
6
  "Davis Instruments",