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 7bb4b5d commit 5f04b2bCopy full SHA for 5f04b2b
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.3.0"
+ SDK_VERSION = "2.3.1"
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.3.0"
+ "version": "2.3.1"
5
}
0 commit comments