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

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Jun 5, 2017
1 parent da3edb4 commit 063be86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/builtin-pages/views/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {pluralize} from '../../lib/strings'

const colorThief = new ColorThief()

const LATEST_VERSION = 7001 // semver where major*1mm and minor*1k; thus 3.2.1 = 3002001
const LATEST_VERSION = 7002 // semver where major*1mm and minor*1k; thus 3.2.1 = 3002001

// globals
// =
Expand Down Expand Up @@ -110,10 +110,10 @@ function renderWelcome () {
return yo`
<div class="beaker-welcome">
<p>
Welcome to Beaker 0.7.1!
Welcome to Beaker 0.7.2!
<a href="https://www.youtube.com/watch?v=U2B9mwRFE8U" target="_blank">Watch the intro</a>
or
<a href="https://github.com/beakerbrowser/beaker/releases/tag/0.7.1" target="_blank">See what’s new</a>.
<a href="https://github.com/beakerbrowser/beaker/releases/tag/0.7.2" target="_blank">See what’s new</a>.
<i onclick=${dismissWelcome} class="fa fa-close"></i>
</p>
</div>
Expand All @@ -122,8 +122,8 @@ function renderWelcome () {
return yo`
<div class="beaker-welcome">
<p>
Beaker has updated to 0.7.1.
<a href="https://github.com/beakerbrowser/beaker/releases/tag/0.7.1" target="_blank">See what’s new</a>.
Beaker has updated to 0.7.2.
<a href="https://github.com/beakerbrowser/beaker/releases/tag/0.7.2" target="_blank">See what’s new</a>.
<i onclick=${dismissWelcome} class="fa fa-close"></i>
</p>
</div>
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.7.1",
"version": "0.7.2",
"author": "Paul Frazee <[email protected]>",
"copyright": "© 2017, Paul Frazee",
"main": "background-process.build.js",
Expand Down

0 comments on commit 063be86

Please sign in to comment.