From eeea72ec1e9e3ba4b9e14c739df346d9e2f242ac Mon Sep 17 00:00:00 2001 From: slin38 Date: Tue, 15 May 2018 22:07:16 -0700 Subject: [PATCH] * version bump --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb8ac92..0c22a9e 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Setup the CERBERUS_ADDR environmental variable and access Cerberus using Java: ``` java String invokedFunctionArn = context.getInvokedFunctionArn(); CerberusClient cerberusClient = DefaultCerberusClientFactory.getClientForLambda(invokedFunctionArn); - Map secrets = cerberusClient.read("app/my-sdb-name").getData(); + Map secrets = cerberusClient.read("/app/my-sdb-name").getData(); ``` ## More Configuration Options diff --git a/gradle.properties b/gradle.properties index f839e99..8133d23 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,6 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -version=5.1.0 +version=5.2.0 groupId=com.nike artifactId=cerberus-client