Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sentialx committed Apr 15, 2019
1 parent 213c066 commit be1322a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wexond",
"version": "2.0.0-beta.8",
"version": "2.0.0-beta.9",
"description": "Extensible, fast and innovative web browser with material UI.",
"keywords": [
"web-browser",
Expand Down
2 changes: 0 additions & 2 deletions src/renderer/app/components/DownloadItem/index.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import * as React from 'react';
import { observer } from 'mobx-react';

import store from '../../store';
import { DownloadItem } from '../../models/download-item';
import { StyledItem, Icon, Progress, Name, Info, Details } from './style';
import { execFile } from 'child_process';
import { shell } from 'electron';

const prettyBytes = require('pretty-bytes');
Expand Down

0 comments on commit be1322a

Please sign in to comment.