From b6529ab61ef115385fd9780fb0d16a8c6f08c156 Mon Sep 17 00:00:00 2001 From: Nathaniel Kelso Date: Wed, 25 Jan 2017 11:58:22 -0800 Subject: [PATCH] set default api key to valid key (for ~1 month), will require major version change when removed --- VERSION | 2 +- components/globals.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 56fea8a..13d683c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0 \ No newline at end of file +3.0.1 \ No newline at end of file diff --git a/components/globals.yaml b/components/globals.yaml index d458877..499fa6e 100644 --- a/components/globals.yaml +++ b/components/globals.yaml @@ -1,7 +1,7 @@ global: # Sign up for a Mapzen API key to enjoy higher rate limits # https://mapzen.com/documentation/overview/#developer-accounts-and-api-keys - sdk_mapzen_api_key: '' # set this value to your Mapzen API key + sdk_mapzen_api_key: mapzen-ZzW4tEy # set this value to your Mapzen API key sdk_animated: true sdk_interactive: true