Skip to content

Commit

Permalink
add text with version, bump testing update system
Browse files Browse the repository at this point in the history
  • Loading branch information
luke committed Jan 9, 2025
1 parent dc70aaa commit 696c161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "iwa-launcher",
"version": "0.1.9",
"version": "0.1.10",
"identifier": "com.iwa-launcher.app",
"build": {
"frontendDist": "../src"
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<body>
<main class="container">
<h1>IWA Launcher</h1>
<h1>IWA Launcher (v0.1.10)</h1>
</main>
</body>
</html>

0 comments on commit 696c161

Please sign in to comment.