Skip to content

Commit 0fb5035

Browse files
committed
Update to Version 2.3.0
1 parent 8649be4 commit 0fb5035

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mParticleCore.brs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
' mParticleConstants() surface various fields for interacting with the mParticle APIs
88
'
99
function mParticleConstants() as object
10-
SDK_VERSION = "2.2.0"
10+
SDK_VERSION = "2.3.0"
1111
LOG_LEVEL = {
1212
NONE: 0,
1313
ERROR: 1,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "mparticle-roku-sdk",
33
"description": "mParticle SDK for Roku Streaming devices",
4-
"version": "2.2.0"
4+
"version": "2.3.0"
55
}

0 commit comments

Comments
 (0)