oh-my-til 1.1.1 → 1.1.2

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/cli.js CHANGED
@@ -41344,7 +41344,7 @@ function generateProfileHtml(config2, summaryCardsHtml, heatmapHtml, recentTilsH
41344
41344
  // src/cli/index.ts
41345
41345
  var path5 = __toESM(require("path"));
41346
41346
  var fs4 = __toESM(require("fs"));
41347
- var VERSION = true ? "1.1.1" : "0.0.0";
41347
+ var VERSION = true ? "1.1.2" : "0.0.0";
41348
41348
  function printUsage() {
41349
41349
  console.log(`oh-my-til v${VERSION}
41350
41350
 
package/manifest.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "oh-my-til",
3
3
  "name": "Oh My TIL",
4
- "version": "1.1.1",
4
+ "version": "1.1.2",
5
5
  "minAppVersion": "1.5.0",
6
6
  "description": "Embedded Claude Code terminal for TIL learning workflows",
7
7
  "author": "SongYunSeop",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-til",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Oh My TIL — Claude Code plugin for TIL learning workflow, with Obsidian integration",
5
5
  "main": "main.js",
6
6
  "bin": {