imdone-cli 0.9.3 → 0.9.4

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.
package/dist/index.cjs CHANGED
@@ -86887,7 +86887,7 @@ var Feedback2 = class {
86887
86887
  // package.json
86888
86888
  var package_default = {
86889
86889
  name: "imdone-cli",
86890
- version: "0.9.3",
86890
+ version: "0.9.4",
86891
86891
  author: "Jesse Piascik",
86892
86892
  description: "An imdone cli that automates your jira updates with markdown files.",
86893
86893
  license: "Proprietary",
@@ -86994,7 +86994,7 @@ async function checkForUpdates() {
86994
86994
  Current version: ${VERSION}
86995
86995
  Latest version: ${latest}
86996
86996
 
86997
- Run 'imdone update' to install the latest version.
86997
+ Run 'npm i -g imdone-cli' to install the latest version.
86998
86998
  `
86999
86999
  );
87000
87000
  }