Browse Source

chore: bump version to 0.3.0

Ahmad Kholid 3 years ago
parent
commit
f5b57f43e1
2 changed files with 3 additions and 3 deletions
  1. 1 1
      package.json
  2. 2 2
      src/components/newtab/workflow/edit/EditJavascriptCode.vue

+ 1 - 1
package.json

@@ -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": {

+ 2 - 2
src/components/newtab/workflow/edit/EditJavascriptCode.vue

@@ -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
@@ -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>