Skip to content

Commit

Permalink
2.0.3 update, Linux and scramble display fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DallasMcNeil committed Jun 12, 2018
1 parent af8c698 commit 8a3082d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 23 deletions.
2 changes: 1 addition & 1 deletion app/styles/standardWindowBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
left:0px;
}

#scramble {
#scrambleContainer {
position: fixed;
top:10px;
right: 10px;
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "blockkeeper",
"productName": "Block Keeper",
"main": "app/main.js",
"version": "2.0.2",
"version": "2.0.3",
"author": {
"name": "Dallas McNeil",
"email": "dallas@dallasmcneil.com",
Expand All @@ -19,15 +19,14 @@
},
"devDependencies": {
"ajv": "latest",
"electron": "1.8.4",
"electron-builder": "latest",
"electron-builder-lib": "latest",
"electron": "1.8.7",
"electron-builder": "20.14.7",
"electron-builder-lib": "20.14.7",
"electron-builder-squirrel-windows": "^20.15.0",
"electron-simple-publisher": "latest"
},
"dependencies": {
"ajv": "^6.5.1",
"electron-builder-lib": "^20.15.3",
"electron-json-storage": "^2.1.0",
"electron-shortcut": "^0.5.0",
"electron-simple-updater": "^1.2.3",
Expand All @@ -45,7 +44,7 @@
"appId": "com.dallasmcneil.blockkeeper",
"productName": "Block Keeper",
"electronCompile": false,
"electronVersion": "1.8.4",
"electronVersion": "1.8.7",
"asar": false,
"files": [
"!README.md",
Expand All @@ -72,7 +71,7 @@
},
"appImage": {
"synopsis": "Cubing timer",
"category": "Utilities",
"category": "Utility",
"systemIntegration": "doNotAsk"
}
}
Expand Down
30 changes: 15 additions & 15 deletions updates.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"win32-ia32-prod": {
"readme": "",
"update": "https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.2",
"install": "https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.2/Block-Keeper-Setup.exe",
"version": "2.0.2"
"update": "https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.3",
"install": "https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.3/Block-Keeper-Setup.exe",
"version": "2.0.3"
},
"darwin-x64-prod": {
"readme": "",
"update": "https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.2/release.json",
"install": "https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.2/Block-Keeper.dmg",
"version": "2.0.2"
"update": "https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.3/release.json",
"install": "https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.3/Block-Keeper.dmg",
"version": "2.0.3"
},
"linux-ia32-prod": {
"update": "https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.2/blockkeeper-i386.AppImage",
"install": "https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.2/blockkeeper-i386.AppImage",
"version": "2.0.2"
"update": "https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.3/blockkeeper-i386.AppImage",
"install": "https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.3/blockkeeper-i386.AppImage",
"version": "2.0.3"
},
"linux-x64-prod": {
"update": "https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.2/blockkeeper-x86_64.AppImage",
"install": "https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.2/blockkeeper-x86_64.AppImage",
"version": "2.0.2"
"update": "https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.3/blockkeeper-x86_64.AppImage",
"install": "https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.3/blockkeeper-x86_64.AppImage",
"version": "2.0.3"
},
"linux-arm-prod": {
"update": "https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.2/blockkeeper-armv7l.AppImage",
"install": "https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.2/blockkeeper-armv7l.AppImage",
"version": "2.0.2"
"update": "https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.3/blockkeeper-armv7l.AppImage",
"install": "https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.3/blockkeeper-armv7l.AppImage",
"version": "2.0.3"
}
}

0 comments on commit 8a3082d

Please sign in to comment.