Skip to content

Commit 2500080

Browse files
committed
13.34.1
1 parent a2bda38 commit 2500080

5 files changed

Lines changed: 6 additions & 6 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.34.0",
4+
"version": "13.34.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.34.0",
4+
"version": "13.34.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
@@ -36,7 +36,7 @@
3636
},
3737
"CapacitorUpdater": {
3838
"appId": "io.cloudtak.app",
39-
"version": "13.34.0",
39+
"version": "13.34.1",
4040
"autoUpdate": "atBackground"
4141
}
4242
}

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.34.0",
4+
"version": "13.34.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)