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" }