Skip to content

Commit c0ffd3e

Browse files
committed
3.36.1
1 parent 06a3066 commit c0ffd3e

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
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 269
17-
versionName "3.36.0"
16+
versionCode 270
17+
versionName "3.36.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.

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remoteit-headless",
3-
"version": "3.36.0-beta",
3+
"version": "3.36.1",
44
"private": true,
55
"main": "build/index.js",
66
"scripts": {

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cachengo",
3-
"version": "3.36.0-beta",
3+
"version": "3.36.1",
44
"private": true,
55
"main": "build/index.js",
66
"description": "Telepath cross platform desktop application for creating and hosting connections",
@@ -136,4 +136,4 @@
136136
"build/**/*"
137137
]
138138
}
139-
}
139+
}

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.36.0-beta",
3+
"version": "3.36.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
@@ -351,15 +351,15 @@
351351
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
352352
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
353353
CODE_SIGN_STYLE = Manual;
354-
CURRENT_PROJECT_VERSION = 122;
354+
CURRENT_PROJECT_VERSION = 123;
355355
DEVELOPMENT_TEAM = "";
356356
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = NR6A6NQAYW;
357357
INFOPLIST_FILE = App/Info.plist;
358358
INFOPLIST_KEY_CFBundleDisplayName = Remote.It;
359359
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
360360
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
361361
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
362-
MARKETING_VERSION = 3.36.0;
362+
MARKETING_VERSION = 3.36.1;
363363
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
364364
PRODUCT_BUNDLE_IDENTIFIER = com.remoteit.mobile.ios;
365365
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -379,15 +379,15 @@
379379
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
380380
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
381381
CODE_SIGN_STYLE = Manual;
382-
CURRENT_PROJECT_VERSION = 122;
382+
CURRENT_PROJECT_VERSION = 123;
383383
DEVELOPMENT_TEAM = "";
384384
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = NR6A6NQAYW;
385385
INFOPLIST_FILE = App/Info.plist;
386386
INFOPLIST_KEY_CFBundleDisplayName = Remote.It;
387387
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
388388
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
389389
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
390-
MARKETING_VERSION = 3.36.0;
390+
MARKETING_VERSION = 3.36.1;
391391
PRODUCT_BUNDLE_IDENTIFIER = com.remoteit.mobile.ios;
392392
PRODUCT_NAME = "$(TARGET_NAME)";
393393
PROVISIONING_PROFILE_SPECIFIER = "com-remoteit-mobile-ios-dist";

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.36.0-beta",
3+
"version": "3.36.1",
44
"private": true,
55
"type": "module",
66
"description": "Remote.It cross platform desktop application for creating and hosting connections",

0 commit comments

Comments
 (0)