Skip to content

Commit

Permalink
Merge pull request #29 from luckyframework/jaw/v0.3.0
Browse files Browse the repository at this point in the history
Release v0.3.0
  • Loading branch information
jwoertink committed Jun 27, 2020
2 parents 72362f1 + 3068cb9 commit 49f1f8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shard.yml
@@ -1,9 +1,9 @@
name: lucky_router
version: 0.2.2
version: 0.3.0

authors:
- Paul Smith <paulcsmith0218@gmail.com>

crystal: 0.35
crystal: 0.35.0

license: MIT
2 changes: 1 addition & 1 deletion src/lucky_router/version.cr
@@ -1,3 +1,3 @@
module LuckyRouter
VERSION = "0.2.2"
VERSION = "0.3.0"
end

0 comments on commit 49f1f8c

Please sign in to comment.