Skip to content

Commit

Permalink
Updated to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
William Archimède committed Mar 8, 2017
1 parent c93081e commit db384d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RangeSlider.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "RangeSlider"
s.version = "0.1.0"
s.version = "1.1.0"
s.summary = "A simple range slider made in Swift"

s.description = "This pod provides a simple range slider."
Expand Down
1 change: 1 addition & 0 deletions RangeSlider.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@
5C33A2D81DAE9C5600DDCF9E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
5C39170C1BA4A83600515C54 /* Build configuration list for PBXProject "RangeSlider" */ = {
isa = XCConfigurationList;
Expand Down
2 changes: 1 addition & 1 deletion RangeSlider/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion RangeSliderFramework/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</string>
<string>1.1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit db384d2

Please sign in to comment.