Skip to content

Commit

Permalink
Version bump 5.3.4 (#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen committed Oct 6, 2021
1 parent 66f4e47 commit 975e8d5
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log
All notable changes to this project will be documented in this file.


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

* Resolve class protocol inheritance warnings (#2151)
* Fix Chinese input issue (#2150) …
* Specific special characters are allowed in the username of an email address (#2160)
* Fix SliderRow not rendering properly (#2166)

### [5.3.3](https://github.com/xmartlabs/Eureka/releases/tag/5.3.3)

* Add option for different ScrollPosition behavior on keyboard appearance (#2112)
Expand Down
2 changes: 1 addition & 1 deletion Eureka.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Eureka'
s.version = '5.3.3'
s.version = '5.3.4'
s.license = 'MIT'
s.summary = 'Elegant iOS Forms in pure Swift'
s.homepage = 'https://github.com/xmartlabs/Eureka'
Expand Down
6 changes: 3 additions & 3 deletions Eureka.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0700;
LastUpgradeCheck = 1200;
LastUpgradeCheck = 1300;
ORGANIZATIONNAME = Xmartlabs;
TargetAttributes = {
51729DEA1B9A4F5E004A00EB = {
Expand Down Expand Up @@ -729,7 +729,7 @@
INFOPLIST_FILE = Source/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 5.3.3;
MARKETING_VERSION = 5.3.4;
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Eureka;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -753,7 +753,7 @@
INFOPLIST_FILE = Source/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 5.3.3;
MARKETING_VERSION = 5.3.4;
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Eureka;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion Eureka.xcodeproj/xcshareddata/xcschemes/Eureka.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1200"
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
51729E121B9A54F1004A00EB /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1200;
LastUpgradeCheck = 1300;
ORGANIZATIONNAME = Xmartlabs;
TargetAttributes = {
51729E191B9A54F1004A00EB = {
Expand Down
2 changes: 1 addition & 1 deletion Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1200"
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ $ pod install
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`.

dependencies: [
.package(url: "https://github.com/xmartlabs/Eureka.git", from: "5.3.3")
.package(url: "https://github.com/xmartlabs/Eureka.git", from: "5.3.4")
]


Expand Down

0 comments on commit 975e8d5

Please sign in to comment.