Skip to content

Commit b03546a

Browse files
CHANGE: Bump release version.
1 parent 1272cbd commit b03546a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Packages/com.unity.inputsystem/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ 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.5-preview] - 2099-1-1
10+
## [0.9.6-preview] - 2099-1-1
11+
12+
### Fixed
13+
#### Actions
14+
### Changed
15+
### Added
16+
17+
## [0.9.5-preview] - 2019-8-29
1118

1219
### Fixed
1320

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.5")]
7+
[assembly: AssemblyVersion("0.9.6")]
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.5-preview",
4+
"version": "0.9.6-preview",
55
"unity": "2019.1",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)