1
0
mirror of https://github.com/pavlobu/deskreen.git synced 2025-05-19 08:50:17 -07:00

ready for 1.0.11

This commit is contained in:
Pavlo Buidenkov 2021-03-03 18:52:41 +02:00
parent c095053d58
commit 23c43eba90
3 changed files with 3 additions and 3 deletions

2
app/package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "Deskreen", "name": "Deskreen",
"version": "1.0.10", "version": "1.0.11",
"lockfileVersion": 1 "lockfileVersion": 1
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "deskreen", "name": "deskreen",
"productName": "Deskreen", "productName": "Deskreen",
"version": "1.0.10", "version": "1.0.11",
"description": "Deskreen turns any device into a secondary screen for your computer", "description": "Deskreen turns any device into a secondary screen for your computer",
"main": "./main.prod.js", "main": "./main.prod.js",
"author": { "author": {

View File

@ -1,7 +1,7 @@
{ {
"name": "deskreen", "name": "deskreen",
"productName": "Deskreen", "productName": "Deskreen",
"version": "1.0.10", "version": "1.0.11",
"description": "Deskreen turns any device into a secondary screen for your computer", "description": "Deskreen turns any device into a secondary screen for your computer",
"scripts": { "scripts": {
"build": "yarn build-client && yarn build-main && yarn build-renderer", "build": "yarn build-client && yarn build-main && yarn build-renderer",