Skip to content

Commit 527e6c8

Browse files
authored
bump versions for next release (#11)
1 parent 0ff21e0 commit 527e6c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: lucky_cache
2-
version: 0.1.0
2+
version: 0.1.1
33

44
authors:
55
- Jeremy Woertink <jeremywoertink@gmail.com>
@@ -21,4 +21,4 @@ development_dependencies:
2121
branch: master
2222
ameba:
2323
github: crystal-ameba/ameba
24-
version: ~> 0.14.2
24+
version: ~> 0.14.3

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.0"
11+
VERSION = "0.1.1"
1212

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

0 commit comments

Comments
 (0)