Skip to content

Commit 934555a

Browse files
committed
chore: bump version to 1.0.2
1 parent e2fdf5e commit 934555a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tago-io/tagocore",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "TagoIO Inc.",
55
"description": "TagoCore by TagoIO",
66
"license": "Apache-2.0",

plugins/tagoio-integration/src/back/RealtimeConnection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ async function emitStartData(token: string, connID: string) {
114114
os: osInfo,
115115
system_start_time: systemStartTime,
116116
tcore_start_time: tcoreStartTime,
117-
tcore_version: "1.0.1",
117+
tcore_version: "1.0.2",
118118
summary: data[0],
119119
computer_usage: computerUsage,
120120
last_ping: Date.now(),

0 commit comments

Comments
 (0)