Skip to content

Commit

Permalink
chore: Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoabonizio committed Dec 7, 2017
1 parent 0df4b44 commit a168ee6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: schedule
version: 0.1.0
version: 0.2.0

authors:
- Hugo Abonizio <[email protected]>

crystal: 0.21.1
crystal: 0.23.1

license: MIT

Expand Down
2 changes: 1 addition & 1 deletion src/schedule/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Schedule
VERSION = "0.1.0"
VERSION = "0.2.0"
end

0 comments on commit a168ee6

Please sign in to comment.