Skip to content

Commit a0613f8

Browse files
committed
3.24.4
1 parent 7253de8 commit a0613f8

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
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 203
17-
versionName "3.24.3"
16+
versionCode 204
17+
versionName "3.24.4"
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.24.3",
3+
"version": "3.24.4",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remoteit",
3-
"version": "3.24.3",
3+
"version": "3.24.4",
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.24.3",
3+
"version": "3.24.4",
44
"private": true,
55
"scripts": {
66
"start": "vite --port 3000 --host 0.0.0.0 --open",

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,14 +350,14 @@
350350
buildSettings = {
351351
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
352352
CODE_SIGN_STYLE = Automatic;
353-
CURRENT_PROJECT_VERSION = 56;
353+
CURRENT_PROJECT_VERSION = 57;
354354
DEVELOPMENT_TEAM = NR6A6NQAYW;
355355
INFOPLIST_FILE = App/Info.plist;
356356
INFOPLIST_KEY_CFBundleDisplayName = Remote.It;
357357
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
358358
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
359359
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
360-
MARKETING_VERSION = 3.24.3;
360+
MARKETING_VERSION = 3.24.4;
361361
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
362362
PRODUCT_BUNDLE_IDENTIFIER = com.remoteit.mobile.ios;
363363
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -374,14 +374,14 @@
374374
buildSettings = {
375375
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
376376
CODE_SIGN_STYLE = Automatic;
377-
CURRENT_PROJECT_VERSION = 56;
377+
CURRENT_PROJECT_VERSION = 57;
378378
DEVELOPMENT_TEAM = NR6A6NQAYW;
379379
INFOPLIST_FILE = App/Info.plist;
380380
INFOPLIST_KEY_CFBundleDisplayName = Remote.It;
381381
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
382382
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
383383
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
384-
MARKETING_VERSION = 3.24.3;
384+
MARKETING_VERSION = 3.24.4;
385385
PRODUCT_BUNDLE_IDENTIFIER = com.remoteit.mobile.ios;
386386
PRODUCT_NAME = "$(TARGET_NAME)";
387387
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";

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.24.3",
3+
"version": "3.24.4",
44
"private": true,
55
"description": "Remote.It cross platform desktop application for creating and hosting connections",
66
"workspaces": [

0 commit comments

Comments
 (0)