Skip to content

Commit

Permalink
Merge pull request #263 from 0xsequence/Fix/package-version-define
Browse files Browse the repository at this point in the history
added optional SEQ_DISABLE_PACKAGE_OVERRIDE define
  • Loading branch information
andygruening authored Feb 28, 2025
2 parents 8ad0ac7 + d0e9008 commit d5a968c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static SequenceConfig GetConfig(SequenceService sequenceService = Sequenc
_config.WaaSVersion = $"1 (Unity {PackageVersionReader.GetVersion()})";
}

#if UNITY_EDITOR
#if UNITY_EDITOR && !SEQ_DISABLE_PACKAGE_OVERRIDE
_config.WaaSVersion = $"1 (Unity {PackageVersionReader.GetVersion()})"; // version file is only updated when building
#endif
}
Expand Down
2 changes: 1 addition & 1 deletion Packages/Sequence-Unity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xyz.0xsequence.waas-unity",
"version": "3.19.3",
"version": "3.19.4",
"displayName": "Sequence Embedded Wallet SDK",
"description": "A Unity SDK for the Sequence WaaS API",
"unity": "2021.3",
Expand Down

0 comments on commit d5a968c

Please sign in to comment.