diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index a61c67a..f7329e0 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -36,6 +36,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} + NODE_OPTIONS: "--max_old_space_size=4096" with: releaseId: ${{ steps.get_release.outputs.upload_url }} - name: Get app version (windows) @@ -100,6 +101,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} + NODE_OPTIONS: "--max_old_space_size=4096" with: releaseId: ${{ steps.get_release.outputs.upload_url }} - name: Get app version @@ -154,6 +156,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} + NODE_OPTIONS: "--max_old_space_size=4096" with: releaseId: ${{ steps.get_release.outputs.upload_url }} - name: Get app version @@ -207,6 +210,7 @@ jobs: # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} # TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} + # NODE_OPTIONS: "--max_old_space_size=4096" # with: # args: --target aarch64-apple-darwin # releaseId: ${{ steps.get_release.outputs.upload_url }} diff --git a/cinny b/cinny index a6fb44e..f669403 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit a6fb44e1abe9ad48136dee8e7d053e639f37bedc +Subproject commit f6694031a1581af171ffe1658138dfcf344d6c6c diff --git a/package-lock.json b/package-lock.json index a3eff69..dc1961d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cinny", - "version": "2.2.4", + "version": "2.2.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cinny", - "version": "2.2.4", + "version": "2.2.6", "license": "AGPL-3.0-only", "dependencies": { "@tauri-apps/api": "1.2.0" diff --git a/package.json b/package.json index 8b4bd1a..a2c1c9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cinny", - "version": "2.2.4", + "version": "2.2.6", "description": "Yet another matrix client", "main": "index.js", "engines": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index c288ec5..d2fd9a8 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -247,7 +247,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cinny" -version = "2.2.4" +version = "2.2.6" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index cc93be5..a7f089b 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "cinny" -version = "2.2.4" +version = "2.2.6" description = "Yet another matrix client" authors = ["Ajay Bura"] license = "AGPL-3.0-only" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index dbba68a..4af35c5 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Cinny", - "version": "2.2.4" + "version": "2.2.6" }, "build": { "distDir": "../cinny/dist",