Skip to content

Commit

Permalink
fix upgrade mecanism
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratatinator97 committed Jun 11, 2024
1 parent 60da219 commit 2227758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/pictalk.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default {
icon: "gift",
});
setTimeout(() => {
window.location.reload(true)
this.$router.push('/').then(() => window.location.reload(true));
}, 4500);
}
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Pictalk AAC",
"version": "2.9.2",
"version": "2.9.2.1",
"description": "Pictalk is an app which aims to make speech easier for non-verbal people. Pictalk builds sentences with pictograms you uploaded and pronounces them out loud. You can build virtually any sentence and speak any language ! ",
"author": "Alexandros SIDIRAS GALANTE",
"private": true,
Expand Down

0 comments on commit 2227758

Please sign in to comment.