Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Aug 12, 2017
1 parent 06a6975 commit 9a3b4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Umbrella.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Umbrella"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "Analytics abstraction layer for Swift"
s.homepage = "https://github.com/devxoul/Umbrella"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = "9.0"
s.watchos.deployment_target = "2.0"

s.default_subspec = 'Core'
s.default_subspec = "Core"

s.subspec "Core" do |ss|
ss.source_files = "Sources/Umbrella/*.swift"
Expand Down

0 comments on commit 9a3b4d3

Please sign in to comment.