Skip to content

Commit 3a7119b

Browse files
chore: Correct client SDK versions based on legacy c-client-sdk history
- offlineMode: 3.0 -> 1.0 (existed in legacy c-client-sdk from initial release) - variationDetail: 1.0 -> 1.1 (added in c-client-sdk 1.1.0) Co-Authored-By: Aaron Zeisler <azeisler@launchdarkly.com>
1 parent 9c65619 commit 3a7119b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.sdk_metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"experimentation": { "introduced": "2.4.8" },
2222
"flagChanges": { "introduced": "1.0" },
2323
"inlineContextCustomEvents": { "introduced": "3.10" },
24-
"offlineMode": { "introduced": "3.0" },
24+
"offlineMode": { "introduced": "1.0" },
2525
"privateAttrs": { "introduced": "1.0" },
2626
"relayProxyProxy": { "introduced": "1.0" },
2727
"track": { "introduced": "1.0" },
28-
"variationDetail": { "introduced": "1.0" }
28+
"variationDetail": { "introduced": "1.1" }
2929
}
3030
},
3131
"cpp-server-sdk": {

0 commit comments

Comments
 (0)