Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Nov 22, 2018
1 parent 771ac9c commit b072f25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Demo.playground/Contents.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ router.register(pattern: pattern1) { result in
// Do anything you want, e.g: show a UI
print(result)
print("\n")

}

router.register(pattern: pattern2) { _ in
Expand Down
2 changes: 1 addition & 1 deletion RouterX.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RouterX'
s.version = '0.0.6'
s.version = '0.0.7'
s.license = {:type => 'MIT', :file => 'MIT-LICENSE'}
s.summary = 'A Ruby on Rails flavored URI routing library.'
s.homepage = 'https://github.com/jasl/RouterX'
Expand Down

0 comments on commit b072f25

Please sign in to comment.