viewsync-master 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +8 -5
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -93,11 +93,14 @@ async function run() {
93
93
  console.clear();
94
94
 
95
95
  const logo = C + B + `
96
- ▌ ▌▗ ▗ ▛▀▖ ▜
97
- ▌▖▌▄ ▞▀▖▌ ▌▞▀▘▌ ▌▞▀▖ ▙▄▘▞▀▖▙▀▖▞▀▖▙▀▖ ▐
98
- ▙▚▌▐ ▛▀ ▐▐ ▝▀▖▌ ▌▌ ▌ ▌▌ ▌▌ ▐
99
- ▘▀▘▝▀▘ ▀▀ ▝▀▘▌ ▌ ▘ ▝▀ ▝▀ ▘ ▘
100
- [ PROJECT: VIEW-SYNC ] [ v1.0.6 ]
96
+
97
+ _ ___ _____
98
+ | | / (_)__ _ __ / ___/__ ______ _____
99
+ | | / / / _ \\ | /| / / \\__ \\/ / / / __ \\/ ___/
100
+ | |/ / / __/ |/ |/ / ___/ / /_/ / / / / /__
101
+ |___/_/\\___/|__/|__/ /____/\\__, /_/ /_/[___/
102
+ /____/
103
+ [ PROJECT: VIEW-SYNC ] [ v1.0.10 ]
101
104
  ` + Z;
102
105
 
103
106
  console.log(logo);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "viewsync-master",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Live screen cropper and lag-free mirroring.",
5
5
  "main": "index.js",
6
6
  "bin": {