Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
oktapodia committed Oct 24, 2017
1 parent a01d353 commit b55931b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "CoinWatch",
"productName": "CoinWatch",
"version": "0.0.4",
"version": "0.1.0",
"description": "Electron application boilerplate based on React, React Router, Webpack, React Hot Loader for rapid application development",
"main": "./main.prod.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion app/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import SettingsPage from './modules/settings/components';
export default () => (
<App>
<Switch>
<Redirect exact from="/" to="/coins" />
<Route path="/settings" component={SettingsPage} />
<Route path="/" component={CoinsPage} />
<Route path="/coins" component={CoinsPage} />
<Redirect exact from="/icos" to="/icos/live" />
<Route path="/icos/:status" component={IcosPage} />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "coinwatch",
"productName": "CoinWatch",
"version": "0.0.4",
"version": "0.1.0",
"description": "Follow your cryptocurrencies from your Osx menubar",
"scripts": {
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",
Expand Down

0 comments on commit b55931b

Please sign in to comment.