Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbruno committed Aug 12, 2020
1 parent fea75c5 commit 6dae64e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RouterService.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'RouterService'
s.module_name = 'RouterService'
s.version = '1.0.0'
s.version = '1.1.0'
s.license = { type: 'MIT', file: 'LICENSE' }
s.summary = 'Route based dependency injection SDK for iOS.'
s.homepage = 'https://github.com/rockbruno/RouterService'
Expand Down
2 changes: 1 addition & 1 deletion RouterServiceInterface.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'RouterServiceInterface'
s.module_name = 'RouterServiceInterface'
s.version = '1.0.0'
s.version = '1.1.0'
s.license = { type: 'MIT', file: 'LICENSE' }
s.summary = 'Route based dependency injection SDK for iOS. (Interface)'
s.homepage = 'https://github.com/rockbruno/RouterService'
Expand Down

0 comments on commit 6dae64e

Please sign in to comment.