From e1be3efd824ae9a2ecacd3b61c2ffca6e83a766a Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 15 Mar 2016 21:25:02 -0700 Subject: [PATCH] Renamed doc files --- app/config/version.php | 4 ++-- docs/developers/{README.md => index.md} | 0 docs/installation/{README.md => index.md} | 0 docs/manual/{README.md => index.md} | 0 docs/manual/user-management/{README.md => index.md} | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename docs/developers/{README.md => index.md} (100%) rename docs/installation/{README.md => index.md} (100%) rename docs/manual/{README.md => index.md} (100%) rename docs/manual/user-management/{README.md => index.md} (100%) diff --git a/app/config/version.php b/app/config/version.php index 0963ce2fcf..884dea52f6 100644 --- a/app/config/version.php +++ b/app/config/version.php @@ -1,5 +1,5 @@ 'v2.1.0-54', - 'hash_version' => 'v2.1.0-54-g59c203b', + 'app_version' => 'v2.1.0-55', + 'hash_version' => 'v2.1.0-55-g701c16f', ); \ No newline at end of file diff --git a/docs/developers/README.md b/docs/developers/index.md similarity index 100% rename from docs/developers/README.md rename to docs/developers/index.md diff --git a/docs/installation/README.md b/docs/installation/index.md similarity index 100% rename from docs/installation/README.md rename to docs/installation/index.md diff --git a/docs/manual/README.md b/docs/manual/index.md similarity index 100% rename from docs/manual/README.md rename to docs/manual/index.md diff --git a/docs/manual/user-management/README.md b/docs/manual/user-management/index.md similarity index 100% rename from docs/manual/user-management/README.md rename to docs/manual/user-management/index.md