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

Commit

Permalink
0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Aug 4, 2017
1 parent 2859c33 commit 3a3d82e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 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 @@ -8,9 +8,9 @@ import {pluralize} from '../../lib/strings'

const colorThief = new ColorThief()

const LATEST_VERSION = 7004 // semver where major*1mm and minor*1k; thus 3.2.1 = 3002001
const LATEST_VERSION = 7005 // semver where major*1mm and minor*1k; thus 3.2.1 = 3002001
const WELCOME_URL = 'https://beakerbrowser.com/docs/using-beaker/'
const RELEASE_NOTES_URL = 'https://beakerbrowser.com/releases/0-7-4/?updated=true'
const RELEASE_NOTES_URL = 'https://beakerbrowser.com/releases/0-7-5/?updated=true'

// globals
// =
Expand Down
16 changes: 8 additions & 8 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 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.7.4",
"version": "0.7.5",
"author": "Paul Frazee <[email protected]>",
"copyright": "© 2017, Paul Frazee",
"main": "background-process.build.js",
Expand All @@ -19,7 +19,9 @@
"dat-encoding": "^4.0.2",
"datland-swarm-defaults": "^1.0.2",
"debug": "git://github.com/beakerbrowser/debug.git#8d79a96e2c5f79527d7580960be3da9ae246ed8e",
"discovery-channel": "^5.4.5",
"discovery-swarm": "^4.4.2",
"dns-discovery": "^5.6.1",
"du": "git://github.com/beakerbrowser/node-du.git#8db9ed862712a964289d2d07e58f2d7ec543a56e",
"electron-localshortcut": "^0.6.0",
"emit-stream": "^0.1.2",
Expand Down

0 comments on commit 3a3d82e

Please sign in to comment.