Skip to content

Commit

Permalink
fix(pwa-helper): show version
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Feb 3, 2023
1 parent 1932239 commit 9235dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/pwa-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/pwa-helper",
"version": "0.28.1",
"version": "0.29.0-beta2",
"description": "Alwatr PWA Helper",
"keywords": [
"element",
Expand Down
2 changes: 1 addition & 1 deletion ui/pwa-helper/src/signal/sw-user-notify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ eventListener.subscribe('service_worker_registered', async () => {
}
localStorage.removeItem('notify_new_version');
snackbarSignalTrigger.request({
message: `به نسخه ${replaceNumber(_ALWATR_VERSION_)} خوش‌آمدید.`,
message: `به نسخه ${replaceNumber(_ALWATR_VERSION_.replace('-beta', ' بتا '))} خوش‌آمدید.`,
});
}
});
Expand Down

0 comments on commit 9235dee

Please sign in to comment.