diff --git a/HISTORY.md b/HISTORY.md index ddd79f35..806e57f7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,6 @@ +### 0.10.2 (2016-05-31) + Pin google-api-client to 0.8.x + ### 0.10.1 (2016-05-31) Fix dropbox integration Change badge URLs to reflect promotion out of labs diff --git a/lib/browse_everything/version.rb b/lib/browse_everything/version.rb index 9ac83fa6..1de200af 100644 --- a/lib/browse_everything/version.rb +++ b/lib/browse_everything/version.rb @@ -1,3 +1,3 @@ module BrowseEverything - VERSION = "0.10.1" + VERSION = "0.10.2" end