diff --git a/README.md b/README.md index 16a2dfc..d9f12f4 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/app/containers/DeskreenStepper.tsx b/app/containers/DeskreenStepper.tsx index b0d3f1d..0ce25c6 100644 --- a/app/containers/DeskreenStepper.tsx +++ b/app/containers/DeskreenStepper.tsx @@ -502,7 +502,7 @@ const DeskreenStepper = React.forwardRef((_props, ref) => { }} > - ♥️ CLICK HERE TO GO TO A TWEET TO DONATE TO URKAINE! ♥️ + ♥️ CLICK HERE TO GO TO A TWEET TO DONATE TO UKRAINE! ♥️ diff --git a/app/package-lock.json b/app/package-lock.json index 36f0260..2c8359a 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,5 +1,5 @@ { "name": "Deskreen", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 1 } diff --git a/app/package.json b/app/package.json index da04707..4bba731 100644 --- a/app/package.json +++ b/app/package.json @@ -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": { diff --git a/package.json b/package.json index 8e6c15a..fcbd383 100644 --- a/package.json +++ b/package.json @@ -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",