Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lleyton Gray committed Oct 25, 2021
1 parent c5ccca2 commit e9e6ecd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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": "skye",
"version": "6.0.4-nightly.8",
"version": "6.0.4-nightly.9",
"sideEffects": false,
"description": "Extensible, fast and innovative web browser with Innatical UI.",
"keywords": [
Expand Down
1 change: 0 additions & 1 deletion src/renderer/views/settings/components/Accounts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import store from '../../store';
import { NormalButton } from '../App';
import { getWebUIURL } from '~/common/webui';
import { observer } from 'mobx-react-lite';
import decode from 'jwt-decode';

export const Accounts = observer(() => {
const { token } = store.settings;
Expand Down

0 comments on commit e9e6ecd

Please sign in to comment.