From e8b1b7abf298332a8e36e3c06652e318b58025e4 Mon Sep 17 00:00:00 2001 From: anthonycaccese Date: Sun, 23 Jul 2023 09:41:05 -0400 Subject: [PATCH] Update Art Book Next theme Changes: - sets new defaults for new installs - updated system images ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) ## How Has This Been Tested Locally? Installed on my local devices and tested in Retrobat on my local PC ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation --- packages/themes/es-theme-art-book-next/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/themes/es-theme-art-book-next/package.mk b/packages/themes/es-theme-art-book-next/package.mk index 33d8232f5..f2048140f 100644 --- a/packages/themes/es-theme-art-book-next/package.mk +++ b/packages/themes/es-theme-art-book-next/package.mk @@ -4,7 +4,7 @@ # Copyright (C) 2021 Fewtarius PKG_NAME="es-theme-art-book-next" -PKG_VERSION="d4737deac7518360d3f35966c5369193d0d99afa" +PKG_VERSION="b231911544d89ead18e00c03670a336676d89147" PKG_ARCH="any" PKG_LICENSE="CUSTOM" PKG_SITE="https://github.com/anthonycaccese/art-book-next-jelos"