@maudecode/cowtail-cli 0.9.0 → 0.9.1

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/dist/cowtail.js +1 -1
  2. package/package.json +1 -1
package/dist/cowtail.js CHANGED
@@ -18009,7 +18009,7 @@ import { tmpdir } from "node:os";
18009
18009
  import { basename, dirname, join as join2 } from "node:path";
18010
18010
 
18011
18011
  // src/lib/version.ts
18012
- var rawVersion = "v0.9.0"?.trim() || "dev";
18012
+ var rawVersion = "v0.9.1"?.trim() || "dev";
18013
18013
  var cowtailVersionLabel = rawVersion === "dev" || rawVersion.startsWith("v") ? rawVersion : `v${rawVersion}`;
18014
18014
 
18015
18015
  // src/lib/update.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maudecode/cowtail-cli",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "type": "module",
5
5
  "description": "Cowtail CLI",
6
6
  "repository": {