Skip to content

Commit b7dc1c4

Browse files
committed
bump to 11.2.1
1 parent 6e2d3c1 commit b7dc1c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
echo ${{ github.repository }}
3939
echo "fetch acorn-desktop.webhapp from github repo"
40-
curl -f -L --output ./pouch/acorn-desktop.webhapp https://github.com/lightningrodlabs/acorn/releases/download/v11.2.0-alpha/acorn-desktop.webhapp
40+
curl -f -L --output ./pouch/acorn-desktop.webhapp https://github.com/lightningrodlabs/acorn/releases/download/v11.2.1-alpha/acorn-desktop.webhapp
4141
4242
- name: Environment setup
4343
run: |

kangaroo.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defineConfig } from './src/main/defineConfig';
33
export default defineConfig({
44
appId: 'org.lightningrodlabs.acorn',
55
productName: 'Acorn',
6-
version: '11.2.0',
6+
version: '11.2.1',
77
macOSCodeSigning: true,
88
windowsEVCodeSigning: true,
99
fallbackToIndexHtml: true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "org.lightningrodlabs.acorn",
3-
"version": "11.2.0",
3+
"version": "11.2.1",
44
"license": "CAL-1.0",
55
"main": "./out/main/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)