Browse Source

fix: latest release url

Ahmad Kholid 2 years ago
parent
commit
a7f7de2e42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/newtab/App.vue

+ 1 - 1
src/newtab/App.vue

@@ -31,7 +31,7 @@
         {{ t('updateMessage.text1', { version: currentVersion }) }}
       </p>
       <a
-        :href="`https://github.com/Kholid060/automa/releases/tag/v1.12.0`"
+        :href="`https://github.com/AutomaApp/automa/releases/latest`"
         target="_blank"
         rel="noopener"
         class="underline ml-1"