Skip to content

Commit 2e09be8

Browse files
committed
Bump version to 0.1.3
1 parent 461fa7b commit 2e09be8

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Changelog
33

44
## master
55

6+
## [0.1.3]
7+
68
- Added `introspectTableViewCell`
79
- Add Github Action
810
- Added `.introspectTextView()`.
@@ -54,6 +56,7 @@ Changelog
5456

5557
- First release.
5658

59+
[0.1.3]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.3
5760
[0.1.2]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.2
5861
[0.1.1]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.1
5962
[0.1.0]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.0

Introspect.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Introspect'
3-
spec.version = '0.1.2'
3+
spec.version = '0.1.3'
44
spec.license = { type: 'MIT' }
55
spec.homepage = 'https://github.com/siteline/SwiftUI-Introspect.git'
66
spec.authors = { 'Lois Di Qual' => '[email protected]' }

Introspect.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@
781781
"@executable_path/Frameworks",
782782
"@loader_path/Frameworks",
783783
);
784-
MARKETING_VERSION = 0.1.2;
784+
MARKETING_VERSION = 0.1.3;
785785
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
786786
PRODUCT_NAME = Introspect;
787787
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -810,7 +810,7 @@
810810
"@executable_path/Frameworks",
811811
"@loader_path/Frameworks",
812812
);
813-
MARKETING_VERSION = 0.1.2;
813+
MARKETING_VERSION = 0.1.3;
814814
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
815815
PRODUCT_NAME = Introspect;
816816
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -878,7 +878,7 @@
878878
"@executable_path/Frameworks",
879879
"@loader_path/Frameworks",
880880
);
881-
MARKETING_VERSION = 0.1.2;
881+
MARKETING_VERSION = 0.1.3;
882882
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
883883
PRODUCT_NAME = Introspect;
884884
SDKROOT = appletvos;
@@ -904,7 +904,7 @@
904904
"@executable_path/Frameworks",
905905
"@loader_path/Frameworks",
906906
);
907-
MARKETING_VERSION = 0.1.2;
907+
MARKETING_VERSION = 0.1.3;
908908
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
909909
PRODUCT_NAME = Introspect;
910910
SDKROOT = appletvos;
@@ -1011,7 +1011,7 @@
10111011
"@loader_path/Frameworks",
10121012
);
10131013
MACOSX_DEPLOYMENT_TARGET = 10.15;
1014-
MARKETING_VERSION = 0.1.2;
1014+
MARKETING_VERSION = 0.1.3;
10151015
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
10161016
PRODUCT_NAME = Introspect;
10171017
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1039,7 +1039,7 @@
10391039
"@loader_path/Frameworks",
10401040
);
10411041
MACOSX_DEPLOYMENT_TARGET = 10.15;
1042-
MARKETING_VERSION = 0.1.2;
1042+
MARKETING_VERSION = 0.1.3;
10431043
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
10441044
PRODUCT_NAME = Introspect;
10451045
PROVISIONING_PROFILE_SPECIFIER = "";

IntrospectExamples/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.2</string>
18+
<string>0.1.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

IntrospectTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.2</string>
18+
<string>0.1.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

0 commit comments

Comments
 (0)