Skip to content

Commit daf8fe1

Browse files
phucntphucnt
authored andcommitted
v0.5.2: test auto-restart
1 parent 5022879 commit daf8fe1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "MyTranslator",
4-
"version": "0.5.1",
4+
"version": "0.5.2",
55
"identifier": "com.personal.translator",
66
"build": {
77
"frontendDist": "../src"

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ <h2>Settings</h2>
408408
<div class="settings-section about-info">
409409
<div class="about-app-header">
410410
<span class="about-app-name">My Translator</span>
411-
<span class="about-app-version" id="about-version">v0.5.1</span>
411+
<span class="about-app-version" id="about-version">v0.5.2</span>
412412
</div>
413413
<p class="hint">Real-time speech translator for macOS & Windows</p>
414414
</div>

src/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class App {
7777
this._initAboutTab();
7878
this._checkForUpdates();
7979

80-
console.log('🌐 My Translator v0.5.1 initialized');
80+
console.log('🌐 My Translator v0.5.2 initialized');
8181
}
8282

8383
async _checkPlatformSupport() {

0 commit comments

Comments
 (0)