Skip to content

Commit

Permalink
Fixes #64
Browse files Browse the repository at this point in the history
  • Loading branch information
IceEnd committed Oct 8, 2018
1 parent 4637e55 commit d3d844e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/main/package.json
@@ -1,8 +1,8 @@
{
"name": "yosoro",
"productName": "Yosoro",
"version": "1.1.0",
"description": "Beautiful Cloud Drive Markdown NoteBook Desktop App.",
"version": "1.1.1",
"description": "Beautiful Markdown NoteBook Desktop App.",
"main": "./main.js",
"scripts": {
"dev:main": "cross-env NODE_ENV='development' BABEL_ENV=main electron -r babel-register ./app/main/",
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,8 +1,8 @@
{
"name": "yosoro",
"productName": "Yosoro",
"version": "1.1.0",
"description": "Beautiful Cloud Drive Markdown NoteBook Desktop App.",
"version": "1.1.1",
"description": "Beautiful Markdown NoteBook Desktop App.",
"main": "./app/main/index.js",
"scripts": {
"dev:main": "cross-env NODE_ENV='development' BABEL_ENV=main electron -r babel-register ./app/main/",
Expand Down

0 comments on commit d3d844e

Please sign in to comment.