Merge pull request #306 from Razzeee/windows-fix-copying

Bump dependency to get rid of windows copy bug
This commit is contained in:
Yuya Ochiai 2016-10-03 22:52:53 +09:00 committed by GitHub
commit d9cb6d50cd
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@ Release date: TBD
### Improvements
#### Windows
- Copying a links address and pasting it inside the app now works
#### macOS

View file

@ -16,7 +16,7 @@
"dependencies": {
"auto-launch": "^4.0.1",
"bootstrap": "^3.3.7",
"electron-context-menu": "^0.5.0",
"electron-context-menu": "^0.6.0",
"electron-squirrel-startup": "^1.0.0",
"os-locale": "^1.4.0",
"react": "^15.3.0",