File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 ( ) {
You can’t perform that action at this time.
0 commit comments