diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 848782db..0d97da71 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ name: Release on: push: - branches: ['main'] + branches: ['template'] workflow_dispatch: jobs: diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d50d9358..5455f365 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "turnapp", - "version": "0.1.0" + "version": "0.1.1" }, "tauri": { "allowlist": { diff --git a/tsconfig.json b/tsconfig.json index 6c4dc093..020e18d0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,8 +18,8 @@ /* Linting */ "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, + "noUnusedLocals": false, + "noUnusedParameters": false, "noFallthroughCasesInSwitch": true, "baseUrl": "./", "paths": {