tokentank 0.1.0 → 0.1.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.
@@ -6,7 +6,7 @@
6
6
  <key>CFBundleIdentifier</key><string>io.github.segfaultlab.tokentank</string>
7
7
  <key>CFBundleName</key><string>TokenTank</string>
8
8
  <key>CFBundlePackageType</key><string>APPL</string>
9
- <key>CFBundleShortVersionString</key><string>0.1.0</string>
9
+ <key>CFBundleShortVersionString</key><string>0.1.1</string>
10
10
  <key>LSMinimumSystemVersion</key><string>14.0</string>
11
11
  <key>LSUIElement</key><true/>
12
12
  </dict>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tokentank",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Mac 菜单栏小工具:查看 Claude / Codex / Grok 会员额度,一键升级 CLI",
5
5
  "bin": {
6
6
  "tokentank": "bin/tokentank.js"