Skip to content

Commit

Permalink
Bumped version number to v0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
elorest committed Oct 6, 2019
1 parent 97edea6 commit 795bdb4
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amber_router
version: 0.3.0
version: 0.4.0

authors:
- Robert L Carpenter <[email protected]>
Expand All @@ -11,6 +11,6 @@ development_dependencies:
radix:
github: luislavena/radix

crystal: 0.28.0
crystal: 0.31.1

license: MIT
10 changes: 5 additions & 5 deletions src/amber_router.cr
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Amber::Router
end

require "./amber/router/route_set"
require "./amber/router/routed_result"
require "./amber/router/segment"
require "./amber/router/glob_match"
require "./amber/router/parsers/*"
require "./amber_router/route_set"
require "./amber_router/routed_result"
require "./amber_router/segment"
require "./amber_router/glob_match"
require "./amber_router/parsers/*"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions src/amber_router/version.cr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module Amber::Router
VERSION = "0.4.0"
end

0 comments on commit 795bdb4

Please sign in to comment.