Skip to content

Commit e8c6fb6

Browse files
committed
3.28.0
1 parent f3749a5 commit e8c6fb6

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 230
17-
versionName "3.27.4"
16+
versionCode 231
17+
versionName "3.28.0"
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.27.4",
3+
"version": "3.28.0",
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.27.4",
3+
"version": "3.28.0",
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.27.4",
3+
"version": "3.28.0",
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
@@ -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 = 83;
354+
CURRENT_PROJECT_VERSION = 84;
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.27.4;
362+
MARKETING_VERSION = 3.28.0;
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 = 83;
382+
CURRENT_PROJECT_VERSION = 84;
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.27.4;
390+
MARKETING_VERSION = 3.28.0;
391391
PRODUCT_BUNDLE_IDENTIFIER = com.remoteit.mobile.ios;
392392
PRODUCT_NAME = "$(TARGET_NAME)";
393393
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.27.4",
3+
"version": "3.28.0",
44
"private": true,
55
"description": "Remote.It cross platform desktop application for creating and hosting connections",
66
"workspaces": [

0 commit comments

Comments
 (0)