Skip to content

Commit 0980af6

Browse files
authored
bump versions for next release (#22)
1 parent 75f13e6 commit 0980af6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: lucky_cache
2-
version: 0.1.1
2+
version: 0.2.0
33

44
authors:
55
- Jeremy Woertink <jeremywoertink@gmail.com>

src/lucky_cache.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require "./lucky_cache/stores/*"
88
require "./lucky_cache/*"
99

1010
module LuckyCache
11-
VERSION = "0.1.1"
11+
VERSION = "0.2.0"
1212

1313
Habitat.create do
1414
setting storage : LuckyCache::BaseStore = LuckyCache::NullStore.new

0 commit comments

Comments
 (0)