Skip to content

Commit efa55f4

Browse files
committed
3.27.0-beta.2
1 parent 733b4d1 commit efa55f4

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
applicationId "com.remoteit"
1414
minSdkVersion rootProject.ext.minSdkVersion
1515
targetSdkVersion rootProject.ext.targetSdkVersion
16-
versionCode 224
16+
versionCode 225
1717
versionName "3.27.0"
1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
aaptOptions {

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.0-beta.1",
3+
"version": "3.27.0-beta.2",
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.0-beta.1",
3+
"version": "3.27.0-beta.2",
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.0-beta.1",
3+
"version": "3.27.0-beta.2",
44
"private": true,
55
"scripts": {
66
"start": "vite --port 3000 --host 0.0.0.0 --open",

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
352352
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
353353
CODE_SIGN_STYLE = Manual;
354-
CURRENT_PROJECT_VERSION = 77;
354+
CURRENT_PROJECT_VERSION = 78;
355355
DEVELOPMENT_TEAM = "";
356356
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = NR6A6NQAYW;
357357
INFOPLIST_FILE = App/Info.plist;
@@ -379,7 +379,7 @@
379379
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
380380
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
381381
CODE_SIGN_STYLE = Manual;
382-
CURRENT_PROJECT_VERSION = 77;
382+
CURRENT_PROJECT_VERSION = 78;
383383
DEVELOPMENT_TEAM = "";
384384
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = NR6A6NQAYW;
385385
INFOPLIST_FILE = App/Info.plist;

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

0 commit comments

Comments
 (0)