Skip to content

Commit 2bb831a

Browse files
committed
v11.1.2 with webhapp
1 parent eee3a2d commit 2bb831a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build/*
1313
!build/entitlements.mac.plist
1414

1515
# pouch
16-
pouch/*.webhapp
16+
# pouch/*.webhapp
1717

1818
# electron-builder
1919
out/

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.holochain.acorn',
55
productName: 'Acorn',
6-
version: '11.1.1',
6+
version: '11.1.2',
77
macOSCodeSigning: true,
88
windowsEVCodeSigning: true,
99
fallbackToIndexHtml: true,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "org.holochain.acorn",
3-
"version": "11.1.1",
3+
"version": "11.1.2",
44
"license": "CAL-1.0",
55
"main": "./out/main/index.js",
66
"scripts": {
@@ -61,4 +61,4 @@
6161
"typescript": "^5.2.2",
6262
"vite": "^4.4.9"
6363
}
64-
}
64+
}

pouch/acorn-desktop.webhapp

9.19 MB
Binary file not shown.

0 commit comments

Comments
 (0)