diff --git a/EarlGrey-Info.plist b/EarlGrey-Info.plist index 27d6149df..4c4b28d3f 100644 --- a/EarlGrey-Info.plist +++ b/EarlGrey-Info.plist @@ -13,13 +13,13 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.11.0 + 1.12.0 CFBundleVersion - 1.11.0 + 1.12.0 license - Copyright 2016 Google Inc. + Copyright 2017 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/EarlGrey.podspec.json b/EarlGrey.podspec.json index 0504b75b3..2a06be9db 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.11.0", + "version": "1.12.0", "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",