Skip to content

Commit

Permalink
release(beak-app): Beta 1.1.7-beta.9 (#578)
Browse files Browse the repository at this point in the history
bump
  • Loading branch information
0xdeafcafe authored Jan 8, 2024
1 parent 1d45538 commit f2b5e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps-host/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@beak/apps-host-electron",
"description": "A feathery cross-platform API crafting tool",
"version": "1.1.7-beta.8",
"version": "1.1.7-beta.9",
"private": true,
"author": {
"name": "Alexander Forbes-Reed (0xdeafcafe)",
Expand Down
2 changes: 1 addition & 1 deletion apps-host/electron/src/updater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import getBeakHost from './host';
import { createAndSetMenu } from './utils/menu';

// NOTE(afr): Update this to point to release news item, when that's done
export const latestReleaseNotesUrl = 'https://getbeak.notion.site/Beak-manual-8c908d9584f34b8db19267dcc6206e9e';
export const latestReleaseNotesUrl = 'https://github.com/getbeak/beak/releases/tag/beak-app%401.1.7-beta.9';
export const getUpdateDownloading = () => updateDownloading;
export const getCheckingForUpdates = () => checkingForUpdates;

Expand Down

0 comments on commit f2b5e28

Please sign in to comment.