From 1bf5a98a89545f33c1c9e3922518646ef6d937ea Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Fri, 14 Jun 2013 14:47:18 -0500 Subject: [PATCH] Preparing for 6.2.2 release --- HISTORY.textile | 3 +++ HYDRA_VERSION | 2 +- hydra-core/lib/hydra-head/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY.textile b/HISTORY.textile index d4b137e65..bc30f19ae 100644 --- a/HISTORY.textile +++ b/HISTORY.textile @@ -1,3 +1,6 @@ +h3. 6.2.2 (2013-06-14) +* Rights metadata should only update the user you tell it to update. [Justin Coyne] + h3. 6.2.1 (2013-06-14) * Removed commented out line that was changed in commit bd53011b3f1fd2f20703b703db67385e100e67d6. [David Chandek-Stark] * Adding CONTRIBUTORS.md [Jeremy Friesen] diff --git a/HYDRA_VERSION b/HYDRA_VERSION index 024b066c0..ca0639438 100644 --- a/HYDRA_VERSION +++ b/HYDRA_VERSION @@ -1 +1 @@ -6.2.1 +6.2.2 diff --git a/hydra-core/lib/hydra-head/version.rb b/hydra-core/lib/hydra-head/version.rb index b670f6eb9..69471450a 100644 --- a/hydra-core/lib/hydra-head/version.rb +++ b/hydra-core/lib/hydra-head/version.rb @@ -1,4 +1,4 @@ module HydraHead - VERSION = "6.2.1" + VERSION = "6.2.2" end