Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Bump project to 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrozanski committed Jan 29, 2014
1 parent 20a6e83 commit 3eadddb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions PXSourceList-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.0.0</string>
<string>2.0.1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2009-14 Alex Rozanski and other contributors. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions PXSourceList.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PXSourceList'
s.version = '2.0.0'
s.version = '2.0.1'
s.author = { 'Alex Rozanski' => '[email protected]' }
s.license = 'BSD'
s.homepage = 'https://github.com/Perspx/PXSourceList'
Expand All @@ -23,6 +23,6 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.7'

s.public_header_files = 'PXSourceList/*.h'
s.source = { :git => 'https://github.com/Perspx/PXSourceList.git', :tag => '2.0.0' }
s.source = { :git => 'https://github.com/Perspx/PXSourceList.git', :tag => '2.0.1' }
s.source_files = 'PXSourceList/**/*.{h,m}'
end

0 comments on commit 3eadddb

Please sign in to comment.