centy 0.0.12 → 0.0.13

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/README.md CHANGED
@@ -56,7 +56,7 @@ centy
56
56
 
57
57
  Running `centy` without any arguments opens a full-screen interactive terminal UI:
58
58
 
59
- ![Centy TUI](assets/tui.png)
59
+ ![Centy TUI](https://raw.githubusercontent.com/centy-io/centy-cli/main/assets/tui.png)
60
60
 
61
61
  ### TUI Keyboard Shortcuts
62
62
 
@@ -1283,5 +1283,5 @@
1283
1283
  ]
1284
1284
  }
1285
1285
  },
1286
- "version": "0.0.12"
1286
+ "version": "0.0.13"
1287
1287
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centy",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "CLI for managing project issues and docs via code in the .centy folder",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",