Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CoincidentalCode committed Oct 6, 2019
1 parent c61bb74 commit b216f82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions InitialsImageView.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "InitialsImageView"
s.version = "0.6.0"
s.version = "0.7.0"
s.summary = "A simple UIImageView extension for using initials as a profile image, written in swift"
s.description = "An easy, helpful UIImageView extension that generates letter initials as a placeholder for user profile images, with a randomized background color."
s.homepage = "https://github.com/bachonk/InitialsImageView"
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.author = { "Tom Bachant" => "tom@dashride.com" }
s.platform = :ios, '8.0'
s.source = { :git => "https://github.com/bachonk/InitialsImageView.git",
:tag => '0.6.0' }
:tag => '0.7.0' }
s.source_files = 'InitialsImageView.swift'
s.requires_arc = true
s.swift_version = '5.0'
Expand Down
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.0</string>
<string>0.7.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit b216f82

Please sign in to comment.