Skip to content

Commit

Permalink
симулируем апдейт
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCat committed Nov 13, 2023
1 parent 004794c commit af61129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurora-launcher-app",
"version": "0.0.4-beta.2",
"version": "0.0.4-beta.3",
"description": "Launcher for Minecraft",
"main": "build/main/index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/runtime/components/TitleBar/states.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const titlebarTitle = atom({
key: 'titlebar.title',
default: {
show: true,
text: 'AuroraLauncher',
text: 'AuroraLauncher v0.0.4-beta',
},
});

Expand Down

0 comments on commit af61129

Please sign in to comment.