Skip to content

Commit fbc6d34

Browse files
RELEASE: Bump version number.
1 parent 47c1b4c commit fbc6d34

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Packages/com.unity.inputsystem/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
Due to package verification, the latest version below is the unpublished version and the date is meaningless.
88
however, it has to be formatted properly to pass verification tests.
99

10-
## [0.9.7-preview] - 2099-1-1
10+
## [1.0.0-preview] - 2019-9-20
1111

1212
### Fixed
1313

Packages/com.unity.inputsystem/InputSystem/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.7")]
7+
[assembly: AssemblyVersion("1.0.0")]
88
[assembly: InternalsVisibleTo("Unity.InputSystem.TestFramework")]
99
[assembly: InternalsVisibleTo("Unity.InputSystem.Tests.Editor")]
1010
[assembly: InternalsVisibleTo("Unity.InputSystem.Tests")]

Packages/com.unity.inputsystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.inputsystem",
33
"displayName": "Input System",
4-
"version": "0.9.7-preview",
4+
"version": "1.0.0-preview",
55
"unity": "2019.1",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)