Skip to content

Commit

Permalink
chore: bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kholid060 committed Nov 6, 2021
1 parent 36b6c5f commit f5b57f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2.2",
"version": "0.3.0",
"description": "An extension for automating your browser by connecting blocks",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/components/newtab/workflow/edit/EditJavascriptCode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/>
<div>
Note:
<ol class="list-decimal pl-5">
<ul class="list-disc pl-5">
<li>
To execute the next block, you can call the
<code>automaNextBlock</code> function. This function accepts one
Expand All @@ -55,7 +55,7 @@
To reset the execution timeout of the code, you can call the
<code>automaResetTimeout</code> function.
</li>
</ol>
</ul>
</div>
</ui-modal>
</div>
Expand Down

0 comments on commit f5b57f4

Please sign in to comment.