Version 0.35 [temp, for testing]

This commit is contained in:
Alex Liebowitz 2018-01-16 19:21:22 -05:00
parent f244f9035b
commit dccb06c13c

View file

@ -1,6 +1,6 @@
{
"name": "LBRY",
"version": "0.32.0",
"version": "0.35.0",
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
"homepage": "https://lbry.io/",
"bugs": {
@ -20,7 +20,6 @@
"dev": "electron-webpack dev",
"compile": "electron-webpack && yarn extract-langs",
"build": "yarn compile && electron-builder build",
"build:dir": "yarn build -- --dir -c.compression=store -c.mac.identity=null",
"postinstall": "electron-builder install-app-deps",
"precommit": "lint-staged",
"lint": "eslint 'src/**/*.{js,jsx}' --fix",