Skip to content

Commit

Permalink
bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thebarndog committed May 17, 2017
1 parent 6913816 commit b1f2590
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FeathersSwiftRest.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "FeathersSwiftRest"
# Version goes here and will be used to access the git tag later on, once we have a first release.
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "REST transport provider for FeathersSwift"
s.description = <<-DESC
REST provider for FeathersSwift for making HTTP connections to a
Expand Down
3 changes: 3 additions & 0 deletions FeathersSwiftRest.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,7 @@
EA9DB8571ECC10BA007A1668 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
EA9DB8711ECC1482007A1668 /* Build configuration list for PBXNativeTarget "FeathersSwiftRest-tvOS" */ = {
isa = XCConfigurationList;
Expand All @@ -797,6 +798,7 @@
EA9DB8731ECC1482007A1668 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
EA9DB8861ECC15A3007A1668 /* Build configuration list for PBXNativeTarget "FeathersSwiftRest-watchOS" */ = {
isa = XCConfigurationList;
Expand All @@ -805,6 +807,7 @@
EA9DB8881ECC15A3007A1668 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
EAC0E8A61ECC04E700B0AE86 /* Build configuration list for PBXProject "FeathersSwiftRest" */ = {
isa = XCConfigurationList;
Expand Down
2 changes: 1 addition & 1 deletion FeathersSwiftRest/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.0</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit b1f2590

Please sign in to comment.