From 9b5e13b560dd1d49c628ebd66e7b3fa24481122c Mon Sep 17 00:00:00 2001 From: Artem Napolskih Date: Mon, 21 Oct 2013 18:37:33 +0600 Subject: [PATCH] Release 1.0.1 --- CHANGELOG | 4 +++- VERSION | 2 +- lib/redis_counters/version.rb | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 729f3cb..dc18371 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ -v1.0.0 +v1.0.1 + - 2013/10/21: feature(hash_counter): method date when called with a block, now returns the total number of lines (Artem Napolskih) + - 2013/10/21: Release 1.0.0 (Artem Napolskih) - 2013/10/18: feature(unique_values_lists): added methods to read and delete data (Artem Napolskih) - 2013/10/10: feature(unique_hash_counter): introduce unique list postfix delimiter (Artem Napolskih) - 2013/10/10: feature(hash_counter): added methods to read and delete data (Artem Napolskih) diff --git a/VERSION b/VERSION index afaf360..7f20734 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file diff --git a/lib/redis_counters/version.rb b/lib/redis_counters/version.rb index b7f4cf6..c611dc9 100644 --- a/lib/redis_counters/version.rb +++ b/lib/redis_counters/version.rb @@ -1,3 +1,3 @@ module RedisCounters - VERSION = '1.0.0' + VERSION = '1.0.1' end \ No newline at end of file