From 878f6011d5607ca81175bb6892bc94b8bc99df31 Mon Sep 17 00:00:00 2001 From: "Michael B. Klein" Date: Tue, 31 May 2016 14:16:43 -0500 Subject: [PATCH] Prepare for v0.10.2 release --- HISTORY.md | 3 +++ lib/browse_everything/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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