epoch-tui 0.1.9 → 0.1.10

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1956,7 +1956,7 @@ var TaskMoveService = class {
1956
1956
  var taskMoveService = new TaskMoveService();
1957
1957
 
1958
1958
  // src/utils/version.ts
1959
- var CURRENT_VERSION = "0.1.8";
1959
+ var CURRENT_VERSION = "0.1.9";
1960
1960
  var PACKAGE_NAME = "epoch-tui";
1961
1961
  async function checkForUpdate() {
1962
1962
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "epoch-tui",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "A TUI app for daily task logging and time tracking",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",