Skip to content

Commit 4069338

Browse files
committed
chore: bump version
1 parent 8606cc4 commit 4069338

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+42
-42
lines changed

docs/api-js/README.md

+2-2

docs/api-js/enumerations/CheckFrequency.md

+1-1

docs/api-js/enumerations/DeploymentStatus.md

+1-1

docs/api-js/enumerations/InstallMode.md

+1-1

docs/api-js/enumerations/LogLevel.md

+1-1

docs/api-js/enumerations/SyncStatus.md

+1-1

docs/api-js/enumerations/UpdateState.md

+1-1

docs/api-js/functions/allowRestart.md

+1-1

docs/api-js/functions/checkForUpdate.md

+1-1

docs/api-js/functions/clearUpdates.md

+1-1

docs/api-js/functions/disallowRestart.md

+1-1

docs/api-js/functions/getClientUniqueId.md

+1-1

docs/api-js/functions/getDataTransmissionEnabled.md

+1-1

docs/api-js/functions/getLogLevel.md

+1-1

docs/api-js/functions/getTelemetryEnabled.md

+1-1

docs/api-js/functions/getUpdateMetadata.md

+1-1

docs/api-js/functions/notifyAppReady.md

+1-1

docs/api-js/functions/resetClientUniqueId.md

+1-1

docs/api-js/functions/resetLogger.md

+1-1

docs/api-js/functions/restartApp.md

+1-1

docs/api-js/functions/setDataTransmissionEnabled.md

+1-1

docs/api-js/functions/setLogLevel.md

+1-1

docs/api-js/functions/setLogger.md

+1-1

docs/api-js/functions/setTelemetryEnabled.md

+1-1

docs/api-js/functions/sync.md

+1-1

docs/api-js/functions/withCodePush.md

+1-1

docs/api-js/interfaces/CodePushOptions.md

+1-1

docs/api-js/interfaces/DownloadProgress.md

+1-1

docs/api-js/interfaces/LocalPackage.md

+1-1

docs/api-js/interfaces/Package.md

+1-1

docs/api-js/interfaces/RemotePackage.md

+1-1

docs/api-js/interfaces/RollbackRetryOptions.md

+1-1

docs/api-js/interfaces/StatusReport.md

+1-1

docs/api-js/interfaces/SyncOptions.md

+1-1

docs/api-js/interfaces/UpdateDialog.md

+1-1

docs/api-js/type-aliases/DownloadProgressCallback.md

+1-1

docs/api-js/type-aliases/HandleBinaryVersionMismatchCallback.md

+1-1

docs/api-js/type-aliases/LoggerFunction.md

+1-1

docs/api-js/type-aliases/SyncStatusChangedCallback.md

+1-1

docs/api-js/variables/DEFAULT_UPDATE_DIALOG.md

+1-1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appzung/react-native-code-push",
3-
"version": "10.2.2",
3+
"version": "10.2.3",
44
"description": "React Native plugin for the CodePush service",
55
"author": "Louis Lagrange <[email protected]> (https://github.com/Minishlink)",
66
"license": "MIT",

0 commit comments

Comments
 (0)