Skip to content

Commit 7f930db

Browse files
committed
1.8.5
1 parent 441da11 commit 7f930db

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

dist/leanplum.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
export default class Leanplum {
1818
static VERSION: string;
1919
static setApiPath(apiPath: string): void;
20-
static setEmail(email: string): void;
20+
static setEmail(): void;
2121
/**
2222
* Sets the network timeout.
2323
* @param {number} seconds The timeout in seconds.

dist/leanplum.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/leanplum.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"name": "leanplum-sdk",
4646
"description": "This is the JavaScript SDK for Leanplum, allowing developers to access and integrate the functionality of Leanplum with applications and devices through JavaScript and HTML5. Leanplum is an application development platform that provides mobile A/B testing, messaging functionality, personalization, and more features for applications. ## Installation Add leanplum.js to your project: ```javascript <script type=\"text/javascript\" src=\"leanplum.js\"></script> ``` ## Usage Initialize Leanplum.",
47-
"version": "1.8.4",
47+
"version": "1.8.5",
4848
"main": "dist/leanplum.min.js",
4949
"types": "dist/leanplum.d.ts",
5050
"directories": {

src/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default {
3535
REGISTER_DEVICE: 'registerDevice',
3636
},
3737

38-
SDK_VERSION: '1.8.4',
38+
SDK_VERSION: '1.8.5',
3939

4040
CLIENT: 'js',
4141

0 commit comments

Comments
 (0)