Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ldiqual committed Mar 16, 2021
1 parent 461fa7b commit 2e09be8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Changelog

## master

## [0.1.3]

- Added `introspectTableViewCell`
- Add Github Action
- Added `.introspectTextView()`.
Expand Down Expand Up @@ -54,6 +56,7 @@ Changelog

- First release.

[0.1.3]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.3
[0.1.2]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.2
[0.1.1]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.1
[0.1.0]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.0
Expand Down
2 changes: 1 addition & 1 deletion Introspect.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Introspect'
spec.version = '0.1.2'
spec.version = '0.1.3'
spec.license = { type: 'MIT' }
spec.homepage = 'https://github.com/siteline/SwiftUI-Introspect.git'
spec.authors = { 'Lois Di Qual' => '[email protected]' }
Expand Down
12 changes: 6 additions & 6 deletions Introspect.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.1.2;
MARKETING_VERSION = 0.1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
PRODUCT_NAME = Introspect;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -810,7 +810,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.1.2;
MARKETING_VERSION = 0.1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
PRODUCT_NAME = Introspect;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -878,7 +878,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.1.2;
MARKETING_VERSION = 0.1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
PRODUCT_NAME = Introspect;
SDKROOT = appletvos;
Expand All @@ -904,7 +904,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.1.2;
MARKETING_VERSION = 0.1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
PRODUCT_NAME = Introspect;
SDKROOT = appletvos;
Expand Down Expand Up @@ -1011,7 +1011,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.1.2;
MARKETING_VERSION = 0.1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
PRODUCT_NAME = Introspect;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1039,7 +1039,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.1.2;
MARKETING_VERSION = 0.1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
PRODUCT_NAME = Introspect;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion IntrospectExamples/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.1.3</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion IntrospectTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.1.3</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down

0 comments on commit 2e09be8

Please sign in to comment.