Skip to content

Commit d79f566

Browse files
author
OleS
committed
Increment build version
1 parent eb8d2c6 commit d79f566

9 files changed

Lines changed: 15 additions & 12 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Use list notation, and following prefixes:
1010
- Bugfix - when fixing any major bug
1111
- Docs - for any improvement to documentation
1212

13+
### 2.12.23
14+
- Fix: no avaialble size fix when no WillFit API parameter
15+
1316
### 2.12.22
1417
- Bugfix: set button height to zero on error
1518
- Bugfix: Virtusize button state when loading a new product

Virtusize.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 = 'Virtusize'
3-
s.version = '2.12.22'
3+
s.version = '2.12.23'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'Integrate Virtusize on iOS devices'
66
s.homepage = 'https://www.virtusize.com/'

Virtusize.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@
935935
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
936936
CODE_SIGN_IDENTITY = "iPhone Developer";
937937
COPY_PHASE_STRIP = NO;
938-
CURRENT_PROJECT_VERSION = 2.12.22;
938+
CURRENT_PROJECT_VERSION = 2.12.23;
939939
DEBUG_INFORMATION_FORMAT = dwarf;
940940
ENABLE_STRICT_OBJC_MSGSEND = YES;
941941
ENABLE_TESTABILITY = YES;
@@ -1005,7 +1005,7 @@
10051005
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
10061006
CODE_SIGN_IDENTITY = "iPhone Developer";
10071007
COPY_PHASE_STRIP = NO;
1008-
CURRENT_PROJECT_VERSION = 2.12.22;
1008+
CURRENT_PROJECT_VERSION = 2.12.23;
10091009
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10101010
ENABLE_NS_ASSERTIONS = NO;
10111011
ENABLE_STRICT_OBJC_MSGSEND = YES;

Virtusize/Sources/VirtusizeConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import Foundation
2626

2727
struct VirtusizeConfiguration {
28-
static let SDKVersion = "2.12.22"
28+
static let SDKVersion = "2.12.23"
2929
static let defaultAoyamaVersion = "3.4.2"
3030
static let resourceBundleName = "VirtusizeCore"
3131
}

Virtusize/Tests/APIEventTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ class APIEventTests: XCTestCase {
5252
UIDevice.current.orientation.isLandscape ? "landscape" : "portrait"
5353
)
5454
XCTAssertEqual(payloadJson?["browserResolution"], "\(Int(screenSize.height))x\(Int(screenSize.width))")
55-
XCTAssertEqual(payloadJson?["integrationVersion"], "2.12.22")
56-
XCTAssertEqual(payloadJson?["snippetVersion"], "2.12.22")
55+
XCTAssertEqual(payloadJson?["integrationVersion"], "2.12.23")
56+
XCTAssertEqual(payloadJson?["snippetVersion"], "2.12.23")
5757
}
5858

5959
func testAPIEvent_alignProductCheckDataContext_hasExpectedPayload() {

VirtusizeAuth.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 = 'VirtusizeAuth'
3-
s.version = '2.12.22'
3+
s.version = '2.12.23'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'Virtusize Auth for iOS'
66
s.homepage = 'https://www.virtusize.com/'

VirtusizeAuth/VirtusizeAuth.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
CLANG_WARN_UNREACHABLE_CODE = YES;
390390
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
391391
COPY_PHASE_STRIP = NO;
392-
CURRENT_PROJECT_VERSION = 2.12.22;
392+
CURRENT_PROJECT_VERSION = 2.12.23;
393393
DEBUG_INFORMATION_FORMAT = dwarf;
394394
ENABLE_STRICT_OBJC_MSGSEND = YES;
395395
ENABLE_TESTABILITY = YES;
@@ -455,7 +455,7 @@
455455
CLANG_WARN_UNREACHABLE_CODE = YES;
456456
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
457457
COPY_PHASE_STRIP = NO;
458-
CURRENT_PROJECT_VERSION = 2.12.22;
458+
CURRENT_PROJECT_VERSION = 2.12.23;
459459
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
460460
ENABLE_NS_ASSERTIONS = NO;
461461
ENABLE_STRICT_OBJC_MSGSEND = YES;

VirtusizeCore.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 = 'VirtusizeCore'
3-
s.version = '2.12.22'
3+
s.version = '2.12.23'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'Virtusize Core for iOS'
66
s.homepage = 'https://www.virtusize.com/'

VirtusizeCore/VirtusizeCore.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@
495495
CLANG_WARN_UNREACHABLE_CODE = YES;
496496
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
497497
COPY_PHASE_STRIP = NO;
498-
CURRENT_PROJECT_VERSION = 2.12.22;
498+
CURRENT_PROJECT_VERSION = 2.12.23;
499499
DEBUG_INFORMATION_FORMAT = dwarf;
500500
ENABLE_STRICT_OBJC_MSGSEND = YES;
501501
ENABLE_TESTABILITY = YES;
@@ -560,7 +560,7 @@
560560
CLANG_WARN_UNREACHABLE_CODE = YES;
561561
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
562562
COPY_PHASE_STRIP = NO;
563-
CURRENT_PROJECT_VERSION = 2.12.22;
563+
CURRENT_PROJECT_VERSION = 2.12.23;
564564
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
565565
ENABLE_NS_ASSERTIONS = NO;
566566
ENABLE_STRICT_OBJC_MSGSEND = YES;

0 commit comments

Comments
 (0)