Skip to content

Commit

Permalink
proper semver versioning for sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalaber committed Jan 29, 2019
1 parent fc6d432 commit bd1d06f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/components/framework/taplytics/TaplyticsPrivateAPI.brs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function init()
m.TAP_SDK_VERSION = "0.0"
m.TAP_SDK_VERSION = "1.0.1"
m.top.id = "tap"

m.messagePort = _createPort()
Expand Down Expand Up @@ -126,7 +126,7 @@ end function
function Taplytics() as Object
prototype = {}

prototype.TAP_SDK_VERSION = "0.0"
prototype.TAP_SDK_VERSION = "1.0.1"
prototype.PLAYER_SOFTWARE_NAME = "RokuSG"
prototype.TAP_API_VERSION = "2.0"
prototype.PLAYER_IS_FULLSCREEN = "true"
Expand Down

0 comments on commit bd1d06f

Please sign in to comment.