Skip to content

Commit

Permalink
Merge pull request #1 from taplytics/TAP-35/fix_sdk_version
Browse files Browse the repository at this point in the history
Implement a proper semver versioning
  • Loading branch information
VicV authored Jan 29, 2019
2 parents fc6d432 + bd1d06f commit ef1738c
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 ef1738c

Please sign in to comment.