From 3250c2434cad72df45632366269074e8d01c0e94 Mon Sep 17 00:00:00 2001 From: Stefan Wille Date: Sat, 30 Nov 2019 17:24:01 +0100 Subject: [PATCH] Bump version to 2.5.0 --- README.md | 2 +- shard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a3d51f..5f3a190 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Add it to your `shard.yml`: dependencies: redis: github: stefanwille/crystal-redis - version: ~> 2.4.1 + version: ~> 2.5.0 ``` and then install the library into your project: diff --git a/shard.yml b/shard.yml index ecaf0f0..c37c363 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: redis -version: 2.4.1 +version: 2.5.0 authors: - Stefan Wille