Skip to content

Commit b072f25

Browse files
committed
bump
1 parent 771ac9c commit b072f25

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Demo.playground/Contents.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ router.register(pattern: pattern1) { result in
3636
// Do anything you want, e.g: show a UI
3737
print(result)
3838
print("\n")
39-
4039
}
4140

4241
router.register(pattern: pattern2) { _ in

RouterX.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'RouterX'
3-
s.version = '0.0.6'
3+
s.version = '0.0.7'
44
s.license = {:type => 'MIT', :file => 'MIT-LICENSE'}
55
s.summary = 'A Ruby on Rails flavored URI routing library.'
66
s.homepage = 'https://github.com/jasl/RouterX'

0 commit comments

Comments
 (0)