We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffab2f commit 754c953Copy full SHA for 754c953
mParticleCore.brs
@@ -7,7 +7,7 @@
7
' mParticleConstants() surface various fields for interacting with the mParticle APIs
8
'
9
function mParticleConstants() as object
10
- SDK_VERSION = "2.1.17"
+ SDK_VERSION = "2.1.18"
11
LOG_LEVEL = {
12
NONE: 0,
13
ERROR: 1,
package.json
@@ -1,5 +1,5 @@
1
{
2
"name": "mparticle-roku-sdk",
3
"description": "mParticle SDK for Roku Streaming devices",
4
- "version": "2.1.17"
+ "version": "2.1.18"
5
}
0 commit comments