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 8649be4 commit 0fb5035Copy full SHA for 0fb5035
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.2.0"
+ SDK_VERSION = "2.3.0"
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.2.0"
+ "version": "2.3.0"
5
}
0 commit comments