diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e390555a..55666f11 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -52,4 +52,5 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} REACT_APP_AMPLITUDE_API_KEY: ${{ secrets.REACT_APP_AMPLITUDE_API_KEY }} REACT_APP_OCR_SPACE_API_KEY: ${{ secrets.REACT_APP_OCR_SPACE_API_KEY }} - ELECTRON_APP_SENTRY_DSN: ${{ secrets.ELECTRON_APP_SENTRY_DSN }} \ No newline at end of file + ELECTRON_APP_SENTRY_DSN: ${{ secrets.ELECTRON_APP_SENTRY_DSN }} + SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk \ No newline at end of file diff --git a/package.json b/package.json index 11506ca5..c9f9255e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Translatium", "description": "Translate 100+ Languages Instantly", - "version": "18.3.0", + "version": "19.0.0", "main": "main-src/electron.js", "repository": "https://github.com/webcatalog/translatium", "author": {