Skip to content

Commit 9ad20b8

Browse files
author
Rene Damm
committed
RELEASE: 1.0.0-preview.7.
1 parent c884fdf commit 9ad20b8

File tree

2 files changed

+3
-3
lines changed

2 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-
## [Unreleased]
10+
## [1.0.0-preview.7] - 2020-04-17
1111

1212
### Fixed
1313

Packages/com.unity.inputsystem/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.unity.inputsystem",
33
"displayName": "Input System",
4-
"version": "1.0.0-preview.6",
4+
"version": "1.0.0-preview.7",
55
"unity": "2019.1",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/Unity-Technologies/InputSystem.git",
9-
"revision": "bdb556e64749c2dbd7218e31c080d48f3053388f"
9+
"revision": "c884fdf1f6b670fc507e02c9596c3c3c1adc2367"
1010
},
1111
"description": "A new input system which can be used as a more extensible and customizable alternative to Unity's classic input system in UnityEngine.Input.",
1212
"keywords": [

0 commit comments

Comments
 (0)