Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zalmoxisus committed Jan 13, 2016
1 parent ec601e1 commit 0dd930c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions 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": "remotedev-app",
"version": "0.0.2",
"version": "0.1.0",
"description": "Remote Redux DevTools web, electron and chrome app.",
"scripts": {
"start": "gulp",
Expand Down
2 changes: 1 addition & 1 deletion src/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import DevTools from './containers/DevTools';
import createRemoteStore from './store/createRemoteStore';
import ButtonBar from './components/ButtonBar';

export default class extends Component {
export default class App extends Component {
static propTypes = {
socketOptions: PropTypes.shape({
hostname: PropTypes.string,
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.0.2",
"version": "0.1.0",
"name": "RemoteDev",
"manifest_version": 2,
"description": "Remote Redux DevTools",
Expand Down

0 comments on commit 0dd930c

Please sign in to comment.