antigravity-quota-tui 1.0.2 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Antigravity QuotA (TUI)
4
4
 
5
- **A sleek terminal dashboard to monitor your AI model quotas and rate limits across multiple accounts.**
5
+ **A fast, cross-platform terminal UI for tracking Gemini and Claude API usage in real time.**
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/antigravity-quota-tui.svg?style=flat-square)](https://www.npmjs.com/package/antigravity-quota-tui)
8
8
  [![License](https://img.shields.io/badge/License-MIT-green?style=flat-square)](#)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "antigravity-quota-tui",
3
- "version": "1.0.2",
4
- "description": "A sleek terminal dashboard to monitor your AI model quotas and rate limits across multiple accounts.",
3
+ "version": "1.0.4",
4
+ "description": "A fast, cross-platform terminal UI for tracking Gemini and Claude API usage in real time.",
5
5
  "bin": {
6
6
  "ant-quota": "bin/ant-quota.js"
7
7
  },