Skip to content

Commit bc66709

Browse files
committed
Revert "3.43.0"
This reverts commit 91e596a.
1 parent 91e596a commit bc66709

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "com.remoteit"
1414
minSdkVersion rootProject.ext.minSdkVersion
1515
targetSdkVersion rootProject.ext.targetSdkVersion
16-
versionCode 290
17-
versionName "3.43.0"
16+
versionCode 289
17+
versionName "3.42.1"
1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
aaptOptions {
2020
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

electron/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remoteit",
3-
"version": "3.43.0",
3+
"version": "3.42.1",
44
"private": true,
55
"main": "build/index.js",
66
"description": "Remote.It cross platform desktop application for creating and hosting connections",

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remoteit-desktop-frontend",
3-
"version": "3.43.0",
3+
"version": "3.42.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,15 +352,15 @@
352352
CODE_SIGN_IDENTITY = "Apple Development";
353353
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
354354
CODE_SIGN_STYLE = Manual;
355-
CURRENT_PROJECT_VERSION = 143;
355+
CURRENT_PROJECT_VERSION = 142;
356356
DEVELOPMENT_TEAM = "";
357357
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = NR6A6NQAYW;
358358
INFOPLIST_FILE = App/Info.plist;
359359
INFOPLIST_KEY_CFBundleDisplayName = Remote.It;
360360
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
361361
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
362362
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
363-
MARKETING_VERSION = 3.43.0;
363+
MARKETING_VERSION = 3.42.1;
364364
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
365365
PRODUCT_BUNDLE_IDENTIFIER = com.remoteit.mobile.ios;
366366
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -381,15 +381,15 @@
381381
CODE_SIGN_IDENTITY = "Apple Development";
382382
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
383383
CODE_SIGN_STYLE = Manual;
384-
CURRENT_PROJECT_VERSION = 143;
384+
CURRENT_PROJECT_VERSION = 142;
385385
DEVELOPMENT_TEAM = "";
386386
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = NR6A6NQAYW;
387387
INFOPLIST_FILE = App/Info.plist;
388388
INFOPLIST_KEY_CFBundleDisplayName = Remote.It;
389389
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
390390
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
391391
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
392-
MARKETING_VERSION = 3.43.0;
392+
MARKETING_VERSION = 3.42.1;
393393
PRODUCT_BUNDLE_IDENTIFIER = com.remoteit.mobile.ios;
394394
PRODUCT_NAME = "$(TARGET_NAME)";
395395
PROVISIONING_PROFILE_SPECIFIER = "";

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remoteit-capacitor",
3-
"version": "3.43.0",
3+
"version": "3.42.1",
44
"private": true,
55
"description": "Remote.It cross platform desktop application for creating and hosting connections",
66
"workspaces": [

0 commit comments

Comments
 (0)