Skip to content

Commit 975e8d5

Browse files
Version bump 5.3.4 (#2180)
1 parent 66f4e47 commit 975e8d5

File tree

7 files changed

+16
-8
lines changed

7 files changed

+16
-8
lines changed

CHANGELOG.md

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

4+
5+
### [5.3.4](https://github.com/xmartlabs/Eureka/releases/tag/5.3.4)
6+
7+
* Resolve class protocol inheritance warnings (#2151)
8+
* Fix Chinese input issue (#2150) …
9+
* Specific special characters are allowed in the username of an email address (#2160)
10+
* Fix SliderRow not rendering properly (#2166)
11+
412
### [5.3.3](https://github.com/xmartlabs/Eureka/releases/tag/5.3.3)
513

614
* Add option for different ScrollPosition behavior on keyboard appearance (#2112)

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.3'
3+
s.version = '5.3.4'
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
isa = PBXProject;
440440
attributes = {
441441
LastSwiftUpdateCheck = 0700;
442-
LastUpgradeCheck = 1200;
442+
LastUpgradeCheck = 1300;
443443
ORGANIZATIONNAME = Xmartlabs;
444444
TargetAttributes = {
445445
51729DEA1B9A4F5E004A00EB = {
@@ -729,7 +729,7 @@
729729
INFOPLIST_FILE = Source/Info.plist;
730730
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
731731
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
732-
MARKETING_VERSION = 5.3.3;
732+
MARKETING_VERSION = 5.3.4;
733733
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Eureka;
734734
PRODUCT_NAME = "$(TARGET_NAME)";
735735
SKIP_INSTALL = YES;
@@ -753,7 +753,7 @@
753753
INFOPLIST_FILE = Source/Info.plist;
754754
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
755755
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
756-
MARKETING_VERSION = 5.3.3;
756+
MARKETING_VERSION = 5.3.4;
757757
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Eureka;
758758
PRODUCT_NAME = "$(TARGET_NAME)";
759759
SKIP_INSTALL = YES;

Eureka.xcodeproj/xcshareddata/xcschemes/Eureka.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1200"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Example.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
51729E121B9A54F1004A00EB /* Project object */ = {
338338
isa = PBXProject;
339339
attributes = {
340-
LastUpgradeCheck = 1200;
340+
LastUpgradeCheck = 1300;
341341
ORGANIZATIONNAME = Xmartlabs;
342342
TargetAttributes = {
343343
51729E191B9A54F1004A00EB = {

Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1200"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ $ pod install
10751075
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`.
10761076

10771077
dependencies: [
1078-
.package(url: "https://github.com/xmartlabs/Eureka.git", from: "5.3.3")
1078+
.package(url: "https://github.com/xmartlabs/Eureka.git", from: "5.3.4")
10791079
]
10801080

10811081

0 commit comments

Comments
 (0)