Skip to content

Commit 7e81810

Browse files
committed
Use powersync-dart/1.2.3 for user-agent.
1 parent 0477562 commit 7e81810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/powersync/lib/src/user_agent/user_agent_native.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ String? powerSyncUserAgent() {
88
if (dartVersion != null) {
99
dart = "Dart/$dartVersion";
1010
}
11-
// Ideally we'd get an OS version, but that's quite complex.
11+
// Ideally we'd get an OS version as well, but that's a little complex.
1212
// Platform.operatingSystemVersion is very verbose.
13-
return 'PowerSync/$libraryVersion ($dart; ${Platform.operatingSystem})';
13+
return 'powersync-dart/$libraryVersion ($dart; ${Platform.operatingSystem})';
1414
}

0 commit comments

Comments
 (0)