Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Nov 29, 2018
1 parent 610418b commit 3eb5689
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/builtin-pages/views/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import * as contextMenu from '../com/context-menu'
import * as toast from '../com/toast'
import {findParent, writeToClipboard} from '../../lib/fg/event-handlers'

const LATEST_VERSION = 8001 // semver where major*1mm and minor*1k; thus 3.2.1 = 3002001
const RELEASE_NOTES_URL = 'https://github.com/beakerbrowser/beaker/releases/tag/0.8.1'
const LATEST_VERSION = 8002 // semver where major*1mm and minor*1k; thus 3.2.1 = 3002001
const RELEASE_NOTES_URL = 'https://github.com/beakerbrowser/beaker/releases/tag/0.8.2'

// globals
// =
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "Beaker Browser",
"description": "An Experimental Peer-to-Peer Web Browser.",
"homepage": "https://beakerbrowser.com/",
"version": "0.8.1",
"version": "0.8.2",
"author": "Paul Frazee <[email protected]>",
"copyright": "© 2018, Blue Link Labs",
"main": "background-process.build.js",
Expand Down

0 comments on commit 3eb5689

Please sign in to comment.