Skip to content

Commit c7c0f6e

Browse files
committed
Bumped build numbers
1 parent cea01c2 commit c7c0f6e

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
x.y.z Release Notes (yyyy-MM-dd)
22
=============================================================
33

4+
1.3.0 Release Notes (2025-11-10)
5+
=============================================================
6+
7+
### Enhancements
8+
9+
* Added new fully rounded variant for iOS 26.
10+
11+
412
1.2.0 Release Notes (2022-01-23)
513
=============================================================
614

TOSegmentedControl.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 = 'TOSegmentedControl'
3-
s.version = '1.2.0'
3+
s.version = '1.3.0'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'A segmented control in the style of iOS 13 compatible with previous versions of iOS.'
66
s.homepage = 'https://github.com/TimOliver/TOSegmentedControl'

TOSegmentedControlExample.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
22C93B05232AA79900A281CA /* TOSegmentedControl.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = TOSegmentedControl.h; sourceTree = "<group>"; };
4444
22C93B07232ADBEA00A281CA /* TOSegmentedControlSegment.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TOSegmentedControlSegment.h; sourceTree = "<group>"; };
4545
22C93B0D232ADFDD00A281CA /* TOSegmentedControlSegment.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TOSegmentedControlSegment.m; sourceTree = "<group>"; };
46-
22D83E6E279D2F3700CF0D8E /* TOSegmentedControl.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = TOSegmentedControl.podspec; sourceTree = "<group>"; };
46+
22D83E6E279D2F3700CF0D8E /* TOSegmentedControl.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = TOSegmentedControl.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
4747
22DF8D8522FF119C0051F319 /* TOSegmentedControlExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TOSegmentedControlExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
4848
22DF8D8822FF119C0051F319 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
4949
22DF8D8922FF119C0051F319 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
@@ -368,7 +368,7 @@
368368
"@loader_path/Frameworks",
369369
);
370370
MACH_O_TYPE = staticlib;
371-
MARKETING_VERSION = 0.0.1;
371+
MARKETING_VERSION = 1.3.0;
372372
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
373373
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.TOSegmentedControlFramework;
374374
PRODUCT_NAME = TOSegmentedControl;
@@ -400,7 +400,7 @@
400400
"@loader_path/Frameworks",
401401
);
402402
MACH_O_TYPE = staticlib;
403-
MARKETING_VERSION = 0.0.1;
403+
MARKETING_VERSION = 1.3.0;
404404
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
405405
PRODUCT_BUNDLE_IDENTIFIER = dev.tim.TOSegmentedControlFramework;
406406
PRODUCT_NAME = TOSegmentedControl;

0 commit comments

Comments
 (0)