Skip to content

Commit b8e17c9

Browse files
committed
Trunk already at a2 so bumped version in asmdef to a3 since a2 do not contain required changes. Note that to test one has to weak this asmdef.
1 parent 0676363 commit b8e17c9

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.0a2",
71+
"expression": "6000.3.0a3",
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.0a2",
117+
"expression": "6000.3.0a3",
118118
"define": "UNITY_INPUT_SYSTEM_PLATFORM_POLLING_FREQUENCY"
119119
}
120120
],

0 commit comments

Comments
 (0)