Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Aug 9, 2024
1 parent 7b189a4 commit 993a7a4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "simple-time-tracker",
"name": "Super Simple Time Tracker",
"version": "1.0.2",
"version": "1.0.3",
"minAppVersion": "1.2.8",
"description": "Multi-purpose time trackers for your notes!",
"author": "Ellpeck",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-time-tracker",
"version": "1.0.2",
"version": "1.0.3",
"description": "Multi-purpose time trackers for your notes!",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"0.2.2": "1.3.0",
"1.0.0": "1.3.0",
"1.0.1": "1.3.0",
"1.0.2": "1.3.0"
"1.0.2": "1.3.0",
"1.0.3": "1.3.0"
}

1 comment on commit 993a7a4

@Ellpeck
Copy link
Owner Author

@Ellpeck Ellpeck commented on 993a7a4 Aug 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what a mess lmao

Please sign in to comment.