Skip to content

Commit

Permalink
Fixed package version
Browse files Browse the repository at this point in the history
  • Loading branch information
danniehansen committed Jan 9, 2024
1 parent 15ad339 commit 8573b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "activity_timer",
"version": "2.7.2",
"version": "2.7.3",
"author": "Dannie Hansen",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/capabilities/board-buttons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export async function getBoardButtons(): Promise<
}

items.push({
text: 'Version: 2.7.1'
text: 'Version: 2.7.3'
});

await t.popup({
Expand Down

0 comments on commit 8573b11

Please sign in to comment.