1
0
mirror of https://github.com/pavlobu/deskreen.git synced 2025-05-15 23:10:34 -07:00

fix typo, ready for v1.0.13 (#221)

This commit is contained in:
Paul Pavlo Buidenkov 2022-11-12 23:11:52 +01:00 committed by GitHub
parent 9126c891b3
commit 5bd9fc9b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 7 deletions

View File

@ -26,12 +26,10 @@ You must understand that now Ukraine has more people here willing to fight than
**If you CAN and WANT to support Ukraine 🇺🇦 and Ukrainian army, here is a tweet with instructions from OFFICIAL ✅ account of Ukraine 🇺🇦**
## [♥️ CLICK HERE TO GO TO A TWEET TO DONATE TO URKAINE! ♥️](https://twitter.com/Ukraine/status/1497294840110977024)
## [♥️ CLICK HERE TO GO TO A TWEET TO DONATE TO UKRAINE! ♥️](https://twitter.com/Ukraine/status/1497294840110977024)
# GLORY TO 🇺🇦 UKRAINE 🇺🇦, GLORY TO UKRAINIAN HEROES! 🇺🇦🇺🇦🇺🇦
##### YOU MUST UNDERSTAND THAT THIS WAR WITH UKRAINE STARTED NOT THE PEOPLE OF RUSSIA, BUT THE EVIL RUSSIAN GOVERNMENT! MOST OF RUSSIAN PEOPLE ARE PEACEFUL AND VERY KIND! IT IS A RUSSIAN GOVERNMENT THAT STARTED A WAR WITH THE WORLD THAT STARTED IN UKRAINE ON THE 24TH OF FEBRUARY 2022
---
### ▶️ [Deskreen Youtube channel](https://www.youtube.com/channel/UCyiTK98gjDKGNNjUk9ynzxQ) (video tutorials, demos, use cases for Deskreen day to day usage)

View File

@ -502,7 +502,7 @@ const DeskreenStepper = React.forwardRef((_props, ref) => {
}}
>
<i>
<b> CLICK HERE TO GO TO A TWEET TO DONATE TO URKAINE! </b>
<b> CLICK HERE TO GO TO A TWEET TO DONATE TO UKRAINE! </b>
</i>
</Button>
</Row>

2
app/package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "Deskreen",
"version": "2.0.3",
"version": "2.0.4",
"lockfileVersion": 1
}

View File

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

View File

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