Skip to content

Commit 0676363

Browse files
committed
Updated asmdef to match next version since otherwise CI would fail.
1 parent 2e840e2 commit 0676363

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/Tests/InputSystem/Unity.InputSystem.Tests.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
{
7070
"name": "Unity",
71-
"expression": "6000.3.0a1",
71+
"expression": "6000.3.0a2",
7272
"define": "UNITY_INPUT_SYSTEM_PLATFORM_POLLING_FREQUENCY"
7373
}
7474
],

Packages/com.unity.inputsystem/InputSystem/Unity.InputSystem.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
},
115115
{
116116
"name": "Unity",
117-
"expression": "6000.3.0a1",
117+
"expression": "6000.3.0a2",
118118
"define": "UNITY_INPUT_SYSTEM_PLATFORM_POLLING_FREQUENCY"
119119
}
120120
],

0 commit comments

Comments
 (0)