From 8c9b0dedb2d1c483f91538cbc983db59e957c580 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Thu, 27 Sep 2018 14:10:28 +0200 Subject: [PATCH] Release v1.19.1 --- build.bat | 2 +- version.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.bat b/build.bat index aa887f14..98d55639 100644 --- a/build.bat +++ b/build.bat @@ -10,4 +10,4 @@ del "%releasePath%\grocy_%version%.zip" "build_tools\7za.exe" a -r "%releasePath%\grocy_%version%.zip" "%projectPath%\*" -xr!.* -xr!build_tools -xr!build.bat -xr!composer.json -xr!composer.lock -xr!package.json -xr!yarn.lock -xr!publication_assets "build_tools\7za.exe" a "%releasePath%\grocy_%version%.zip" "%projectPath%\public\.htaccess" "build_tools\7za.exe" rn "%releasePath%\grocy_%version%.zip" .htaccess public\.htaccess -"build_tools\7za.exe" d "%releasePath%\grocy_%version%.zip" data\*.* data\sessions data\viewcache\* +"build_tools\7za.exe" d "%releasePath%\grocy_%version%.zip" data\*.* data\storage data\viewcache\* diff --git a/version.json b/version.json index 69ca77ff..b5163958 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "1.19.0", - "ReleaseDate": "2018-09-24" + "Version": "1.19.1", + "ReleaseDate": "2018-09-27" }