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

Commit 580dec2

Browse files
committed
Bump version in package.json (1.0.0!) and set release date to tomorrow
1 parent 995d9e9 commit 580dec2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "Beaker Browser",
44
"description": "An Experimental Peer-to-Peer Web Browser.",
55
"homepage": "https://beakerbrowser.com/",
6-
"version": "1.0.0-prerelease.9",
6+
"version": "1.0.0",
77
"author": "Blue Link Labs <[email protected]>",
88
"copyright": "© 2020, Blue Link Labs",
99
"main": "main.build.js",

app/userland/desktop/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import 'beaker://app-stdlib/js/com/img-fallbacks.js'
1212

1313
const VERSION_ID = (major, minor, patch, pre) => major * 1e9 + minor * 1e6 + patch * 1e3 + pre
1414
const CURRENT_VERSION = VERSION_ID(1, 0, 0, 8)
15-
const RELEASE = { label: '1.0', url: 'https://beakerbrowser.com/2020/12/01/beaker-1-0.html' }
15+
const RELEASE = { label: '1.0', url: 'https://beakerbrowser.com/2020/12/02/beaker-1-0.html' }
1616

1717
class DesktopApp extends LitElement {
1818
static get properties () {

0 commit comments

Comments
 (0)