Skip to content

Commit 016b72a

Browse files
committed
bump version to 0.2.1
1 parent 02a5c72 commit 016b72a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add this to your application's `shard.yml`:
3131
dependencies:
3232
core:
3333
github: vladfaust/core.cr
34-
version: ~> 0.2.0
34+
version: ~> 0.2.1
3535
```
3636
3737
## Usage

shard.yml

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

44
authors:
55
- Vlad Faust <mail@vladfaust.com>

src/core/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Core
2-
VERSION = "0.2.0"
2+
VERSION = "0.2.1"
33
end

0 commit comments

Comments
 (0)