Skip to content

Commit 310bee0

Browse files
Version bump 5.3.5 (#2207)
1 parent 8b71fb2 commit 310bee0

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
### [5.3.5](https://github.com/xmartlabs/Eureka/releases/tag/5.3.5)
5+
6+
* Fix a compiler error in Xcode 13 (#2162)
7+
* Change CI to GitHub Actions and remove Travis (#2185)
8+
* Fix crash when user taps tab key on external keyboard (#2205)
9+
* Other minor fixes (#2191, #2206, #2183)
410

511
### [5.3.4](https://github.com/xmartlabs/Eureka/releases/tag/5.3.4)
612

Eureka.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Eureka'
3-
s.version = '5.3.4'
3+
s.version = '5.3.5'
44
s.license = 'MIT'
55
s.summary = 'Elegant iOS Forms in pure Swift'
66
s.homepage = 'https://github.com/xmartlabs/Eureka'

Eureka.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@
731731
INFOPLIST_FILE = Source/Info.plist;
732732
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
733733
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
734-
MARKETING_VERSION = 5.3.4;
734+
MARKETING_VERSION = 5.3.5;
735735
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Eureka;
736736
PRODUCT_NAME = "$(TARGET_NAME)";
737737
SKIP_INSTALL = YES;
@@ -755,7 +755,7 @@
755755
INFOPLIST_FILE = Source/Info.plist;
756756
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
757757
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
758-
MARKETING_VERSION = 5.3.4;
758+
MARKETING_VERSION = 5.3.5;
759759
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Eureka;
760760
PRODUCT_NAME = "$(TARGET_NAME)";
761761
SKIP_INSTALL = YES;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ $ pod install
10781078
After you set up your `Package.swift` manifest file, you can add Eureka as a dependency by adding it to the dependencies value of your `Package.swift`.
10791079

10801080
dependencies: [
1081-
.package(url: "https://github.com/xmartlabs/Eureka.git", from: "5.3.4")
1081+
.package(url: "https://github.com/xmartlabs/Eureka.git", from: "5.3.5")
10821082
]
10831083

10841084

0 commit comments

Comments
 (0)