Skip to content

Commit 0774f2e

Browse files
committed
Release version 2.0.1
1 parent 5b2b428 commit 0774f2e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ npm run package:vsix
4343
Install the generated VSIX in VS Code:
4444

4545
```bash
46-
code --install-extension ./opencode-token-usage-extension-2.0.0.vsix
46+
code --install-extension ./opencode-token-usage-extension-2.0.1.vsix
4747
```
4848

4949
If the `cursor` shell command is available on your machine, you can use the same VSIX from Cursor:
5050

5151
```bash
52-
cursor --install-extension ./opencode-token-usage-extension-2.0.0.vsix
52+
cursor --install-extension ./opencode-token-usage-extension-2.0.1.vsix
5353
```
5454

5555
Convenience scripts are included:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "opencode-token-usage-extension",
33
"displayName": "OTU: OpenCode Token Usage",
44
"description": "VS Code/Cursor extension that shows OpenCode token history plus live provider rate limits and billing.",
5-
"version": "2.0.0",
5+
"version": "2.0.1",
66
"publisher": "DongHyunnn",
77
"license": "MIT",
88
"repository": {

test/statusBar.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,5 +295,5 @@ test("preserves command and name properties", () => {
295295
const controller = new StatusBarController(mockService);
296296

297297
assert.equal(controller.item.command, "opencodeTokenUsage.openDashboard");
298-
assert.equal(controller.item.name, "OpenCode Token Usage");
298+
assert.equal(controller.item.name, "OTU: OpenCode Token Usage");
299299
});

0 commit comments

Comments
 (0)