diff --git a/Makefile b/Makefile index 398d08d..7d4faa9 100644 --- a/Makefile +++ b/Makefile @@ -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} \ diff --git a/bookmarks.json b/bookmarks.json index 1294f91..9716498 100644 --- a/bookmarks.json +++ b/bookmarks.json @@ -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" } ] } diff --git a/package.json b/package.json index 786afa9..1a90523 100644 --- a/package.json +++ b/package.json @@ -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"