Skip to content

Commit 4ebeb8b

Browse files
committed
13.75.1
1 parent 1f30dca commit 4ebeb8b

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tak-ps/CloudTAK.api",
33
"type": "module",
4-
"version": "13.75.0",
4+
"version": "13.75.1",
55
"description": "Facilitate ETL operations to bring non-TAK sources into a TAK Server",
66
"main": "index.js",
77
"scripts": {

api/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tak-ps/cloudtak",
33
"type": "module",
4-
"version": "13.75.0",
4+
"version": "13.75.1",
55
"types": "dist/types/plugin.d.ts",
66
"files": [
77
"dist/types"

capacitor.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"CapacitorUpdater": {
4343
"appId": "io.cloudtak.app",
44-
"version": "13.75.0",
44+
"version": "13.75.1",
4545
"autoUpdate": "atBackground"
4646
}
4747
}

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
"$(inherited)",
335335
"@executable_path/Frameworks",
336336
);
337-
MARKETING_VERSION = 13.75.0;
337+
MARKETING_VERSION = 13.75.1;
338338
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
339339
PRODUCT_BUNDLE_IDENTIFIER = io.cloudtak.app;
340340
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -360,7 +360,7 @@
360360
"$(inherited)",
361361
"@executable_path/Frameworks",
362362
);
363-
MARKETING_VERSION = 13.75.0;
363+
MARKETING_VERSION = 13.75.1;
364364
PRODUCT_BUNDLE_IDENTIFIER = io.cloudtak.app;
365365
PRODUCT_NAME = "$(TARGET_NAME)";
366366
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tak-ps/CloudTAK",
33
"type": "module",
4-
"version": "13.75.0",
4+
"version": "13.75.1",
55
"description": "Facilitate ETL operations to bring non-TAK sources into a TAK Server",
66
"scripts": {
77
"lint": "eslint bin/ cloudformation/",

0 commit comments

Comments
 (0)