Skip to content

Commit

Permalink
fix: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Mar 24, 2023
1 parent 0229ed6 commit 214e3b9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,17 @@ declare module "@capacitor/cli" {
* @default undefined
*/
privateKey?: string;

/**
* Configure the current version of the app. This will be used for the first update request.
* If not set, the plugin will get the version from the native code.
*
* Only available for Android and iOS.
*
* @default undefined
* @since 4.17.48
*/
version?: string;
};
}
}
Expand Down

0 comments on commit 214e3b9

Please sign in to comment.