diff --git a/README.md b/README.md index 1f954d4f..b692929f 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ | Operating System | Download | | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Windows (32 and 64-bit) | Get it on Windows | -| macOS | Get it on macOS | -| Linux | Get it on Linux | +| Windows (32 and 64-bit) | Get it on Windows | +| macOS | Get it on macOS | +| Linux | Get it on Linux | # Feedback diff --git a/client/package.json b/client/package.json index dec0454a..0e877649 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "tockler", - "version": "3.19.4", + "version": "3.19.5", "private": true, "dependencies": { "@analytics/google-analytics": "^0.5.3", diff --git a/electron/build/entitlements.mac.plist b/electron/build/entitlements.mac.plist index d04831a0..bb87459e 100644 --- a/electron/build/entitlements.mac.plist +++ b/electron/build/entitlements.mac.plist @@ -2,13 +2,7 @@ - - com.apple.security.cs.allow-jit - com.apple.security.cs.allow-unsigned-executable-memory - - com.apple.security.cs.disable-library-validation - \ No newline at end of file diff --git a/electron/package-lock.json b/electron/package-lock.json index 4582c53d..215df3c3 100644 --- a/electron/package-lock.json +++ b/electron/package-lock.json @@ -1,6 +1,6 @@ { "name": "tockler", - "version": "3.19.4", + "version": "3.19.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/electron/package.json b/electron/package.json index 82423ada..3ae1c6e6 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "tockler", - "version": "3.19.4", + "version": "3.19.5", "description": "Automatically track applications usage and working time", "author": "Maigo Erit ", "license": "GPL-2.0",