Skip to content

Commit

Permalink
chore: bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kholid060 committed Nov 4, 2021
1 parent 4f16674 commit 80b4cb4
Show file tree
Hide file tree
Showing 3 changed files with 3 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": "automa",
"version": "0.1.1",
"version": "0.2.0",
"description": "An extension for automating your browser by connecting blocks",
"license": "MIT",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/background/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ chrome.runtime.onInstalled.addListener((details) => {
.set({
logs: [],
workflows: [],
shortcuts: [],
workflowState: [],
isFirstTime: true,
visitWebTriggers: [],
Expand Down
2 changes: 1 addition & 1 deletion src/components/newtab/workflow/edit/EditTrigger.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
class="flex-1 mr-2"
placeholder="Shortcut"
/>
<ui-button v-tooltip="'Record keys'" icon @click="toggleRecordKeys">
<ui-button v-tooltip="'Record shortcut'" icon @click="toggleRecordKeys">
<v-remixicon
:name="recordKeys.isRecording ? 'riStopLine' : 'riRecordCircleLine'"
/>
Expand Down

0 comments on commit 80b4cb4

Please sign in to comment.