From 405008eac2713261a8b7032cae61b60586a0df5e Mon Sep 17 00:00:00 2001 From: Sundeep Khandpur Date: Fri, 1 Sep 2017 00:04:35 -0700 Subject: [PATCH] Release 1.12.1 to fix incorrect podspec release in 1.12.0 --- EarlGrey-Info.plist | 4 ++-- EarlGrey.podspec.json | 2 +- gem/lib/earlgrey/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/EarlGrey-Info.plist b/EarlGrey-Info.plist index 4c4b28d3f..ebe343abd 100644 --- a/EarlGrey-Info.plist +++ b/EarlGrey-Info.plist @@ -13,9 +13,9 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.12.0 + 1.12.1 CFBundleVersion - 1.12.0 + 1.12.1 license diff --git a/EarlGrey.podspec.json b/EarlGrey.podspec.json index 56c83c547..9f817b6df 100644 --- a/EarlGrey.podspec.json +++ b/EarlGrey.podspec.json @@ -18,7 +18,7 @@ // frameworks in the app bundle need to include bitcode. { "name": "EarlGrey", - "version": "1.12.0", + "version": "1.12.1", "summary": "iOS UI Automation Test Framework", "description": "EarlGrey is a native iOS UI automation test framework that enables you to write clear, concise tests.\\n\\nWith the EarlGrey framework, you have access to enhanced synchronization features. EarlGrey automatically synchronizes with the UI, network requests, and various queues, but still allows you to manually implement customized timings, if needed.\\n\\nEarlGrey’s synchronization features help ensure that the UI is in a steady state before actions are performed. This greatly increases test stability and makes tests highly repeatable.\\n\\nEarlGrey works in conjunction with the XCTest framework and integrates with Xcode’s Test Navigator so you can run tests directly from Xcode or the command line (using xcodebuild).", "homepage": "http://google.github.io/EarlGrey", diff --git a/gem/lib/earlgrey/version.rb b/gem/lib/earlgrey/version.rb index 166d0c11b..1a580ab2e 100644 --- a/gem/lib/earlgrey/version.rb +++ b/gem/lib/earlgrey/version.rb @@ -14,5 +14,5 @@ # limitations under the License. module EarlGrey - VERSION = '1.12.0'.freeze unless defined? ::EarlGrey::VERSION + VERSION = '1.12.1'.freeze unless defined? ::EarlGrey::VERSION end