Skip to content

Commit

Permalink
release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kitze committed Jun 7, 2018
1 parent 9bede62 commit 4188f58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cra-electron",
"description": "CRA + Electron sitting in a tree",
"author": "Kitze",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"dependencies": {
"cross-env": "5.1.6",
Expand Down Expand Up @@ -33,7 +33,7 @@
"react-test": "react-scripts test --env=jsdom",
"react-eject": "react-scripts eject",
"electron-build": "electron-builder",
"release": "electron-builder --publish=always",
"release": "yarn react-build && electron-builder --publish=always",
"build": "yarn react-build && yarn electron-build",
"start": "concurrently \"cross-env BROWSER=none yarn react-start\" \"wait-on http://localhost:3000 && electron .\""
}
Expand Down
1 change: 1 addition & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class App extends Component {
<h2>React + Electron = <span role="img" aria-label="love">😍</span></h2>
</div>
<p className="App-intro">
<b> Release 0.2.4 </b>
Version: {app.getVersion()}
</p>
</div>
Expand Down

0 comments on commit 4188f58

Please sign in to comment.