Skip to content

Commit

Permalink
Merge pull request #327 from immutable/chore/update-version-1.28.0
Browse files Browse the repository at this point in the history
chore: update version
  • Loading branch information
nattb8 authored Oct 25, 2024
2 parents e8d89db + b0e3fe8 commit b136ff4
Show file tree
Hide file tree
Showing 21 changed files with 31,371 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Packages/Marketplace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.immutable.marketplace",
"version": "1.27.2",
"version": "1.28.0",
"description": "Marketplace package for the Immutable SDK for Unity",
"displayName": "Immutable Marketplace",
"author": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public class SdkVersionInfoHelpers
{
public static string GetSdkVersionInfo()
{
return "1.27.2";
return "1.28.0";
}
}
}
Loading

0 comments on commit b136ff4

Please sign in to comment.