Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zalmoxisus committed Jan 16, 2016
1 parent 21da236 commit f007853
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remotedev-app",
"version": "0.1.1",
"version": "0.1.2",
"description": "Remote Redux DevTools web, electron and chrome app.",
"scripts": {
"start": "gulp",
Expand Down
4 changes: 2 additions & 2 deletions src/app/components/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ export default class Settings extends Component {
>Use local server</Switch>
</Form.Row>

<Form.Row>
<Form.Row visible={this.state.isLocal}>
<Label>Host name:</Label>
<TextField defaultValue={this.options.hostname}
onChange={e => {this.options.hostname = e.target.value;}}
/>
</Form.Row>

<Form.Row>
<Form.Row visible={this.state.isLocal}>
<Label>Port:</Label>
<TextField defaultValue={this.options.port}
onChange={e => {this.options.port = e.target.value;}}
Expand Down
2 changes: 1 addition & 1 deletion src/chromeApp/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.1.2",
"name": "RemoteDev",
"manifest_version": 2,
"description": "Remote Redux DevTools",
Expand Down

0 comments on commit f007853

Please sign in to comment.