Skip to content

Commit

Permalink
Merge pull request #166 from iZettle/release-3.0.5
Browse files Browse the repository at this point in the history
Bump version to 3.0.5
  • Loading branch information
achernenko-pp authored Jan 15, 2021
2 parents 1956958 + 987fdc0 commit a39cba7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ xcuserdata
*.xccheckout
.build
.swiftpm
default.profraw

# ignore all Carthage output
Carthage/
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.0.5
- Added: Support for empty values in NumberEditor ([#165](https://github.com/iZettle/Form/issues/165)).

## 3.0.4
- Added: Highlight the text in ValueField when shouldResetOnInsertion is enabled ([#160](https://github.com/iZettle/Form/issues/160)).
- Bugfix: `ValueField.shouldResetOnInsertion` has no effect for max length values ([#158](https://github.com/iZettle/Form/issues/158)).
Expand Down
4 changes: 2 additions & 2 deletions Form.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@
INFOPLIST_FILE = Form/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 3.0.4;
MARKETING_VERSION = 3.0.5;
PRODUCT_BUNDLE_IDENTIFIER = com.iZettle.Form;
PRODUCT_NAME = Form;
SKIP_INSTALL = YES;
Expand All @@ -876,7 +876,7 @@
INFOPLIST_FILE = Form/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 3.0.4;
MARKETING_VERSION = 3.0.5;
PRODUCT_BUNDLE_IDENTIFIER = com.iZettle.Form;
PRODUCT_NAME = Form;
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion FormFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FormFramework"
s.version = "3.0.4"
s.version = "3.0.5"
s.module_name = "Form"
s.summary = "Powerful iOS layout and styling"
s.description = <<-DESC
Expand Down

0 comments on commit a39cba7

Please sign in to comment.