Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit c36bf99

Browse files
committed
add aerial views video bookmark
1 parent d846cce commit c36bf99

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SHELL:=/usr/bin/env bash
44

55
APPNAME="Lofi Cafe"
6-
VERSION=1.1.3
6+
VERSION=1.1.4
77
URL="https://lofi.cafe/"
88
define BUILD_FLAGS
99
-n ${APPNAME} \

bookmarks.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,20 @@
4646
"url": "https://www.youtube.com/watch?v=n_LcVqqHSY8",
4747
"shortcut": "Cmd+Option+2"
4848
},
49+
{
50+
"type": "separator"
51+
},
4952
{
5053
"title": "Cosmic Relaxation",
5154
"type": "link",
5255
"url": "https://www.youtube.com/watch?v=Y_plhk1FUQA",
5356
"shortcut": "Cmd+Option+3"
57+
},
58+
{
59+
"title": "Magnificent Mountains and Rivers",
60+
"type": "link",
61+
"url": "https://www.youtube.com/watch?v=DAlzlebbdPo",
62+
"shortcut": "Cmd+Option+4"
5463
}
5564
]
5665
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lofiapp",
3-
"version": "1.1.2",
3+
"version": "1.1.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/cdzombak/lofiapp.git"

0 commit comments

Comments
 (0)