Skip to content

Commit

Permalink
Bump build version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
levantAJ committed Oct 18, 2020
1 parent 5ef7402 commit c134511
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CountrySource.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CountrySource'
s.version = '1.0'
s.version = '1.1'
s.summary = 'CountrySource provides list of all countries in the world.'
s.description = <<-DESC
CountrySource written on Swift 5.0 by levantAJ
Expand Down
4 changes: 2 additions & 2 deletions CountrySource.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.levantAJ.CountrySource;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -391,7 +391,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.levantAJ.CountrySource;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion CountrySource/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Provides list of all countries in the world (name, code, phone code) & determine
### Installation with CocoaPods

```ruby
pod 'CountrySource', '1.0'
pod 'CountrySource', '1.1'
```

### Build Project
Expand Down

0 comments on commit c134511

Please sign in to comment.