Skip to content

Commit

Permalink
3.4.0 setting menu item fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MayGo committed Jul 9, 2018
1 parent 3793e61 commit 16f68c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/models/root.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const gotoSettingsPageFn = dispatch => () => {
console.log('Navigating to settings page');
dispatch(
routerRedux.push({
pathname: '/settings',
pathname: '/app/settings',
}),
);
};
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tockler",
"version": "3.3.24",
"version": "3.4.0",
"description": "Automatically track applications usage and working time",
"author": "Maigo Erit <[email protected]>",
"license": "GPL-2.0",
Expand Down

0 comments on commit 16f68c8

Please sign in to comment.