File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Packages/com.unity.inputsystem Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77Due to package verification, the latest version below is the unpublished version and the date is meaningless.
88however, it has to be formatted properly to pass verification tests.
99
10- ## [ 1.0.0-preview.1] - 2999-9-20
10+ ## [ 1.0.0-preview.1] - 2019-10-11
1111
1212### Changed
1313
Original file line number Diff line number Diff line change 44// Keep this in sync with "Packages/com.unity.inputsystem/package.json".
55// NOTE: Unfortunately, System.Version doesn't use semantic versioning so we can't include
66// "-preview" suffixes here.
7- [ assembly: AssemblyVersion ( "0.9.6 " ) ]
7+ [ assembly: AssemblyVersion ( "1.0.0 " ) ]
88[ assembly: InternalsVisibleTo ( "Unity.InputSystem.Tests.Editor" ) ]
99[ assembly: InternalsVisibleTo ( "Unity.InputSystem.Tests" ) ]
You can’t perform that action at this time.
0 commit comments