Skip to content

Commit

Permalink
Release 2.53.0 with iOS SDK 1.29.4 and Android SDK 1.12.17
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed Dec 7, 2021
1 parent 819baa8 commit d414bf4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Update native SDK versions
run: |
ANDROID_SDK_VERSION=1.12.14
IOS_VERSION=1.29.3
ANDROID_SDK_VERSION=1.12.17
IOS_VERSION=1.29.4
echo "Android ${ANDROID_SDK_VERSION}"
echo "iOS ${IOS_VERSION}"
- run: npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.testfairy.cordova-plugin",
"version": "2.52.0",
"version": "2.53.0",
"description": "TestFairy SDK plugin for Cordova",
"engines": {
"node": ">=6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="com.testfairy.cordova-plugin" version="2.52.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="com.testfairy.cordova-plugin" version="2.53.0">
<name>TestFairy Plugin</name>
<description>TestFairy SDK plugin for Cordova</description>
<license>Apache 2.0 License</license>
Expand Down

0 comments on commit d414bf4

Please sign in to comment.