Skip to content

Commit

Permalink
release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlobu committed Jun 2, 2022
1 parent 95b67f9 commit 84e4dc2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deskreen-client-viewer",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"dependencies": {
"@blueprintjs/core": "^3.35.0",
Expand Down
2 changes: 1 addition & 1 deletion app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deskreen",
"productName": "Deskreen",
"version": "2.0.1",
"version": "2.0.2",
"description": "Deskreen turns any device into a secondary screen for your computer",
"main": "./main.prod.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deskreen",
"productName": "Deskreen",
"version": "2.0.1",
"version": "2.0.2",
"description": "Deskreen turns any device into a secondary screen for your computer",
"scripts": {
"build": "yarn build-client && yarn build-main && yarn build-renderer",
Expand Down

0 comments on commit 84e4dc2

Please sign in to comment.