We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49616e commit 0c81cd9Copy full SHA for 0c81cd9
kangaroo.config.ts
@@ -3,7 +3,7 @@ import { defineConfig } from './src/main/defineConfig';
3
export default defineConfig({
4
appId: 'org.holochain.kangaroo-electron',
5
productName: 'Holochain Kangaroo Electron',
6
- version: "0.2.0",
+ version: "0.3.0-rc.0",
7
macOSCodeSigning: false,
8
windowsEVCodeSigning: false,
9
fallbackToIndexHtml: true,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "org.holochain.kangaroo-electron",
- "version": "0.2.0",
+ "version": "0.3.0-rc.0",
"license": "CAL-1.0",
"main": "./out/main/index.js",
"scripts": {
0 commit comments