Skip to content

Commit c6d641e

Browse files
Update files for new test cloud agent version (#469)
1 parent 9f31ff9 commit c6d641e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.22.2
2+
3+
Update Bundler gem version up to 2.2.11
4+
15
### 0.22.1
26

37
Add support for new iPhones:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Status | [versioning](VERSIONING.md) | [license](LICENSE) | [contributing](CONTRIBUTING.md)|
22
|--------|-----------------------------|--------------------|--------------------------------|
3-
|[![Build Status](https://calabash-ci.xyz/buildStatus/icon?job=calabash-ios-server/develop)](https://calabash-ci.xyz/job/calabash-ios-server/develop)| [![Version](https://img.shields.io/badge/version-0.22.1-green.svg)](https://img.shields.io/badge/version-0.22.1-green.svg) |[![License](https://img.shields.io/badge/licence-Eclipse-blue.svg)](http://opensource.org/licenses/EPL-1.0) | [![Contributing](https://img.shields.io/badge/contrib-gitflow-orange.svg)](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow/)|
3+
|[![Build Status](https://calabash-ci.xyz/buildStatus/icon?job=calabash-ios-server/develop)](https://calabash-ci.xyz/job/calabash-ios-server/develop)| [![Version](https://img.shields.io/badge/version-0.22.2-green.svg)](https://img.shields.io/badge/version-0.22.2-green.svg) |[![License](https://img.shields.io/badge/licence-Eclipse-blue.svg)](http://opensource.org/licenses/EPL-1.0) | [![Contributing](https://img.shields.io/badge/contrib-gitflow-orange.svg)](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow/)|
44

55
## The Calabash iOS Server
66

calabash/Classes/FranklyServer/Routes/LPVersionRoute.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Do not change the 'CALABASH VERSION' portion of the following constant without
2222
updating the ruby API.
2323
******************/
24-
#define kLPCALABASHVERSION @"CALABASH VERSION: 0.22.1"
24+
#define kLPCALABASHVERSION @"CALABASH VERSION: 0.22.2"
2525

2626
@interface LPVersionRoute : NSObject <LPRoute>
2727

0 commit comments

Comments
 (0)