Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Jan 14, 2025
1 parent c42c712 commit c29a4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kangaroo.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from './src/main/defineConfig';
export default defineConfig({
appId: 'org.holochain.kangaroo-electron',
productName: 'Holochain Kangaroo Electron',
version: '0.1.0',
version: '0.2.1',
macOSCodeSigning: false,
windowsEVCodeSigning: false,
fallbackToIndexHtml: true,
Expand Down

0 comments on commit c29a4ea

Please sign in to comment.