Skip to content

Commit 0c81cd9

Browse files
committed
bump version
1 parent e49616e commit 0c81cd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kangaroo.config.ts

+1-1
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.kangaroo-electron',
55
productName: 'Holochain Kangaroo Electron',
6-
version: "0.2.0",
6+
version: "0.3.0-rc.0",
77
macOSCodeSigning: false,
88
windowsEVCodeSigning: false,
99
fallbackToIndexHtml: true,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "org.holochain.kangaroo-electron",
3-
"version": "0.2.0",
3+
"version": "0.3.0-rc.0",
44
"license": "CAL-1.0",
55
"main": "./out/main/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)