Skip to content

Commit

Permalink
🛠 update 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kitze committed Jun 27, 2017
1 parent 53431e7 commit 5738be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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": "cra-electron",
"version": "0.1.8",
"version": "0.1.9",
"private": true,
"dependencies": {
"cross-env": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class App extends Component {
<h2>React + Electron = <span role="img" aria-label="love">😍</span></h2>
</div>
<p className="App-intro">
Version: 0.1.8
Version: 0.1.9
</p>
</div>
);
Expand Down

0 comments on commit 5738be2

Please sign in to comment.