Skip to content

Commit

Permalink
Merge pull request #10 from rbaumbach/version-1.0.2
Browse files Browse the repository at this point in the history
Bump version to 1.0.2
  • Loading branch information
rbaumbach authored Jul 14, 2019
2 parents ac6f45c + 29828be commit 0848f77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Swizzlean.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Swizzlean'
s.version = '1.0.1'
s.version = '1.0.2'
s.summary = 'A quick and lean way to swizzle methods for your Objective-C development needs.'
s.homepage = 'https://github.com/rbaumbach/Swizzlean'
s.license = { :type => 'MIT', :file => 'MIT-LICENSE.txt' }
Expand Down
1 change: 1 addition & 0 deletions Swizzlean.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
Expand Down
2 changes: 1 addition & 1 deletion Swizzlean/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.0.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 0848f77

Please sign in to comment.