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

Commit

Permalink
add aerial views video bookmark
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed Jan 14, 2022
1 parent d846cce commit c36bf99
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SHELL:=/usr/bin/env bash

APPNAME="Lofi Cafe"
VERSION=1.1.3
VERSION=1.1.4
URL="https://lofi.cafe/"
define BUILD_FLAGS
-n ${APPNAME} \
Expand Down
9 changes: 9 additions & 0 deletions bookmarks.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,20 @@
"url": "https://www.youtube.com/watch?v=n_LcVqqHSY8",
"shortcut": "Cmd+Option+2"
},
{
"type": "separator"
},
{
"title": "Cosmic Relaxation",
"type": "link",
"url": "https://www.youtube.com/watch?v=Y_plhk1FUQA",
"shortcut": "Cmd+Option+3"
},
{
"title": "Magnificent Mountains and Rivers",
"type": "link",
"url": "https://www.youtube.com/watch?v=DAlzlebbdPo",
"shortcut": "Cmd+Option+4"
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lofiapp",
"version": "1.1.2",
"version": "1.1.4",
"repository": {
"type": "git",
"url": "git+https://github.com/cdzombak/lofiapp.git"
Expand Down

0 comments on commit c36bf99

Please sign in to comment.