From 8d51446ce41c8b50ae89ee52355c520af29ca867 Mon Sep 17 00:00:00 2001 From: Alexei Malashkevich Date: Mon, 22 May 2017 13:04:24 +0300 Subject: [PATCH] fix(common) fixed version update script --- scripts/version-update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/version-update.sh b/scripts/version-update.sh index 76b9d9c4c..2642bca58 100755 --- a/scripts/version-update.sh +++ b/scripts/version-update.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -sh ./version-android.sh -sh ./version-ios.sh \ No newline at end of file +sh ./scripts/version-android.sh +sh ./scripts/version-ios.sh \ No newline at end of file