Skip to content

Commit 030ef41

Browse files
committed
bump version to 0.2.0
1 parent 65f1c7a commit 030ef41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.1.2
34+
version: ~> 0.2.0
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.1.2
2+
version: 0.2.0
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.1.2"
2+
VERSION = "0.2.0"
33
end

0 commit comments

Comments
 (0)