Skip to content

Commit 0482c7c

Browse files
CHANGE: Bump version number, testing automated prod publish.
1 parent 0953592 commit 0482c7c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Packages/com.unity.inputsystem/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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.4-preview] - 2019-8-20
11+
12+
### Fixed
13+
### Actions
14+
### Changed
15+
### Added
16+
1017
## [0.9.3-preview] - 2019-8-15
1118

1219
### Fixed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// NOTE: Unfortunately, System.Version doesn't use semantic versioning so we can't include
66
// "-preview" suffixes here.
77

8-
[assembly: AssemblyVersion("0.9.3")]
8+
[assembly: AssemblyVersion("0.9.4")]
99
[assembly: InternalsVisibleTo("Unity.InputSystem.TestFramework")]
1010
[assembly: InternalsVisibleTo("Unity.InputSystem.Tests.Editor")]
1111
[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.3-preview",
4+
"version": "0.9.4-preview",
55
"unity": "2019.1",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)