update
This commit is contained in:
@@ -15,4 +15,5 @@
|
||||
</span>
|
||||
  Template
|
||||
</h2>
|
||||
<p class="text-4xl font-bold">UPDATE</p>
|
||||
</div>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
};
|
||||
|
||||
const getVersions = async (): Promise<Versions> => {
|
||||
const [tauri, app, name] = await Promise.all([
|
||||
const [name, tauri, app] = await Promise.all([
|
||||
getName(),
|
||||
getTauriVersion(),
|
||||
getVersion()
|
||||
|
||||
Reference in New Issue
Block a user