File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Runtime/Scripts/Private/Helpers Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.immutable.marketplace" ,
3
- "version" : " 1.27.0 " ,
3
+ "version" : " 1.27.1 " ,
4
4
"description" : " Marketplace package for the Immutable SDK for Unity" ,
5
5
"displayName" : " Immutable Marketplace" ,
6
6
"author" : {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ public class SdkVersionInfoHelpers
4
4
{
5
5
public static string GetSdkVersionInfo ( )
6
6
{
7
- return "1.27.0 " ;
7
+ return "1.27.1 " ;
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.immutable.passport" ,
3
- "version" : " 1.27.0 " ,
3
+ "version" : " 1.27.1 " ,
4
4
"description" : " The Immutable SDK for Unity helps you integrate your game with Immutable Passport." ,
5
5
"displayName" : " Immutable Passport" ,
6
6
"author" : {
26
26
" passport"
27
27
],
28
28
"unity" : " 2021.3" ,
29
- "samples" : [
29
+ "samples" : [
30
30
{
31
- "displayName" : " Immutable Unity Sample App" ,
32
- "path" : " Samples~/sample"
31
+ "displayName" : " Immutable Unity Sample App" ,
32
+ "path" : " Samples~/sample"
33
33
}
34
34
]
35
35
}
You can’t perform that action at this time.
0 commit comments