Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luancazarine committed Jul 5, 2024
1 parent 9ca95bd commit 6726bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import toggl from "../../toggl.app.mjs";

export default {
name: "Get Current Time Entry",
version: "0.0.4",
version: "0.0.5",
key: "toggl-get-current-time-entry",
description: "Get the time entry that is running now. [See docs here]https://developers.track.toggl.com/docs/api/time_entries#get-get-current-time-entry)",
type: "action",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import toggl from "../../toggl.app.mjs";

export default {
name: "Get Time Entries",
version: "0.0.4",
version: "0.0.5",
key: "toggl-get-time-entries",
description: "Get the last thousand time entries. [See docs here](https://developers.track.toggl.com/docs/api/time_entries#get-timeentries)",
type: "action",
Expand Down

0 comments on commit 6726bcf

Please sign in to comment.