Skip to content

Commit 371e772

Browse files
PUBLISH: 0.2.8-preview
1 parent 6db4439 commit 371e772

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Packages/com.unity.inputsystem/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to the input system package will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [0.2.7-preview] - 2019-4-23
7+
## [0.2.8-preview] - 2019-4-23
88

99
### Added
1010

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.2.7")]
7+
[assembly: AssemblyVersion("0.2.8")]
88

99
[assembly: InternalsVisibleTo("Unity.InputSystem.TestFramework")]
1010
[assembly: InternalsVisibleTo("Unity.InputSystem.Tests.Editor")]

Packages/com.unity.inputsystem/LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**Unity Companion Package License v1.0 ("_License_")**
22

3-
Copyright © 2017 Unity Technologies ApS ("**_Unity_**")
3+
Copyright © 2019 Unity Technologies ApS ("**_Unity_**")
44

55
Unity hereby grants to you a worldwide, non-exclusive, no-charge, and royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute the software that is made available with this License ("**_Software_**"), subject to the following terms and conditions:
66

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.2.7-preview",
4+
"version": "0.2.8-preview",
55
"unity": "2019.1",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)