Skip to content

Commit

Permalink
Bumping version to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sskhandp authored and tirodkar committed Aug 22, 2017
1 parent 33341d5 commit 4ca3db2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions EarlGrey-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.11.0</string>
<string>1.12.0</string>
<key>CFBundleVersion</key>
<string>1.11.0</string>
<string>1.12.0</string>
<key>license</key>
<string>
Copyright 2016 Google Inc.
Copyright 2017 Google Inc.
Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion EarlGrey.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4ca3db2

Please sign in to comment.