Commit 0d09688f authored by Hendrik Rombach's avatar Hendrik Rombach
Browse files

Merged release/1.0.0-rc3 into master

Showing with 2 additions and 2 deletions
+2 -2
#!/bin/bash
WORKING_DIR=$(dirname $0)
VERSION=$(php -r "echo json_decode(file_get_contents('${WORKING_DIR}/plugin.json'), true)['currentVersion'];")
TEMP_DIR='/tmp/NetiToolKit/Frontend/NetiToolKit'
TEMP_DIR='/tmp/NetiToolKit/Core/NetiToolKit'
CURRENT_DIR=$(pwd)
if [ -f "${CURRENT_DIR}/NetiPurchaseHistory-${VERSION}.zip" ]; then
rm "${CURRENT_DIR}/NetiPurchaseHistory-${VERSION}.zip"
......
......@@ -8,7 +8,7 @@
"link": "http://www.shopinventors.de",
"author": "Hendrik Rombach",
"currentVersion": "1.0.0-rc1",
"currentVersion": "1.0.0-rc3",
"changelog": {
"de": {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment