Skip to content

Commit

Permalink
updated build + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stephensprinkle committed Oct 10, 2017
1 parent c21f908 commit 9a152a7
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": "augur-ui",
"version": "3.21.1",
"version": "3.21.2",
"description": "Augur UI",
"author": "The Augur Developers <[email protected]>",
"license": "AAL",
Expand Down
1 change: 0 additions & 1 deletion src/modules/routes/components/routes/routes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const Routes = p => (
<Route path={makePath(VIEWS.AUTHENTICATION)} component={COMPONENTS.Auth} />
<Route path={makePath(VIEWS.CONNECT)} component={COMPONENTS.Connect} />
<Route path={makePath(VIEWS.CREATE)} component={COMPONENTS.Create} />
<Route path={makePath(VIEWS.STYLE_SANDBOX)} component={COMPONENTS.StyleSandbox} />
<AuthenticatedRoute path={makePath(VIEWS.FAVORITES)} component={COMPONENTS.Markets} />
<AuthenticatedRoute path={makePath(VIEWS.MY_POSITIONS)} component={COMPONENTS.Portfolio} />
<AuthenticatedRoute path={makePath(VIEWS.MY_MARKETS)} component={COMPONENTS.Portfolio} />
Expand Down

0 comments on commit 9a152a7

Please sign in to comment.