Skip to content

Commit

Permalink
Merge branch 'dev' into early
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Dec 21, 2023
2 parents 9bc7f14 + 3d69c7a commit 3a17e1f
Show file tree
Hide file tree
Showing 6 changed files with 136 additions and 609 deletions.
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "EmuDeck",
"version": "2.2.0",
"version": "2.2.1",
"description": "Play all your RetroGames",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ export default function App() {
<Route exact path="/check-updates" element={<CheckUpdatePage />} />
<Route exact path="/patreon-login" element={<PatreonLoginPage />} />

<Route exact path="/welcome" element={<SettingsPage />} />
<Route exact path="/welcome" element={<WelcomePage />} />
<Route
exact
path="/device-selector"
Expand Down
Loading

0 comments on commit 3a17e1f

Please sign in to comment.