Skip to content

Commit

Permalink
Leapgim v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Aho committed Nov 14, 2015
1 parent 1967d4e commit 840f2d8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Binary file added favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script src="lib/App.js"></script>
</head>
<body>
<h1 style="text-align:center">Leapgim</h1>
<h1 style="text-align:center">Leapgim v0.1.5</h1>
<div id="audioNotitication"></div>
<table style="padding:3px; border-spacing:3px">
<colgroup>
Expand Down
Binary file added leapgim-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added leapgim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Petre Tudor, Taija Mertanen, Timo Aho",
"license": "GPL-3.0",
"description": "Leap Motion gesture input mapper",
"version": "0.1.4",
"version": "0.1.5",
"homepage": "https://github.com/Zeukkari/leapgim",
"bugs": {
"url": "https://github.com/Zeukkari/leapgim/issues"
Expand Down Expand Up @@ -32,22 +32,22 @@
"fullscreen": false,
"resizable": false,
"show": true,
"always-on-top": false,
"always-on-top": true,
"frame": true,
"title": "leapgim",
"kiosk": false,
"kiosk_emulation": false,
"exe_icon": "",
"exe_icon": "leapgim.png",
"visible": true,
"transparent": false,
"as_desktop": false,
"width": 640,
"width": 320,
"position": "",
"show_in_taskbar": true,
"height": 480,
"mac_icon": "",
"toolbar": true,
"icon": ""
"height": 80,
"mac_icon": "leapgim.png",
"toolbar": false,
"icon": "leapgim-color.png"
},
"inject-js-start": "",
"main": "index.html",
Expand Down

0 comments on commit 840f2d8

Please sign in to comment.