diff --git a/CHANGELOG.md b/CHANGELOG.md
index 765a2ba..57366c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Change Log
All changes to RangeUISlider will be documented in this file.
+## [3.1.0](https://github.com/chicio/RangeUISlider/releases/tag/3.1.0)
+Release date: 2022-03-24.
+
+#### Fixed
+Increased Package.swift supported version
+
## [3.0.3](https://github.com/chicio/RangeUISlider/releases/tag/3.0.3)
Release date: 2021-12-02.
diff --git a/RangeUISlider.podspec b/RangeUISlider.podspec
index b73d039..caba331 100644
--- a/RangeUISlider.podspec
+++ b/RangeUISlider.podspec
@@ -2,7 +2,7 @@
Pod::Spec.new do |s|
s.name = "RangeUISlider"
- s.version = "3.0.3"
+ s.version = "3.1.0"
s.summary = "A highly customizable iOS range selection slider"
s.description = <<-DESC
An iOS range selection slider compatible with UIKit and SwiftUI. Developed using autolayout and highly customizable using IBDesignabled and IBInspectable or programmatically. It support also RTL (right to left) languages automatically out of the box.
diff --git a/RangeUISlider.xcodeproj/project.pbxproj b/RangeUISlider.xcodeproj/project.pbxproj
index f7838b6..c963b3b 100644
--- a/RangeUISlider.xcodeproj/project.pbxproj
+++ b/RangeUISlider.xcodeproj/project.pbxproj
@@ -1008,7 +1008,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
- MARKETING_VERSION = 3.0.3;
+ MARKETING_VERSION = 3.1.0;
PRODUCT_BUNDLE_IDENTIFIER = it.chicio.ios.RangeUISlider;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
@@ -1037,7 +1037,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
- MARKETING_VERSION = 3.0.3;
+ MARKETING_VERSION = 3.1.0;
PRODUCT_BUNDLE_IDENTIFIER = it.chicio.ios.RangeUISlider;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
diff --git a/RangeUISliderUITests/MixedFeaturesTests.swift b/RangeUISliderUITests/MixedFeaturesTests.swift
index 79f72ea..8940c53 100644
--- a/RangeUISliderUITests/MixedFeaturesTests.swift
+++ b/RangeUISliderUITests/MixedFeaturesTests.swift
@@ -33,10 +33,10 @@ class MixedFeaturesTests: XCTestCase {
evaluatedWith: (minValueSelectedLabel.label as NSString).floatValue
)
expectation(
- for: NSPredicate(format: "self => 193.0 AND self <= 196.0"),
+ for: NSPredicate(format: "self => 193.0 AND self <= 199.0"),
evaluatedWith: (maxValueSelectedLabel.label as NSString).floatValue
)
- waitForExpectations(timeout: 5)
+ waitForExpectations(timeout: 10)
}
func testStepIncrement() throws {
@@ -62,6 +62,6 @@ class MixedFeaturesTests: XCTestCase {
for: NSPredicate(format: "self = 10.0 OR self = 12.0"),
evaluatedWith: (maxValueSelectedLabel.label as NSString).floatValue
)
- waitForExpectations(timeout: 5)
+ waitForExpectations(timeout: 10)
}
}
diff --git a/docs/Classes.html b/docs/Classes.html
index c8658b3..a83eb06 100644
--- a/docs/Classes.html
+++ b/docs/Classes.html
@@ -17,19 +17,19 @@
RangeUISlider 3.0.3 Docs (100% documented)
+ RangeUISlider 3.1.0 Docs (100% documented)