Skip to content

Commit 65621fd

Browse files
authored
Merge pull request #2 from Casey-Hofland/develop
Set the version to 1.0.0
2 parents 94e82aa + 3b0fb20 commit 65621fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this 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.0-exp] - 2022-05-20
7+
## [1.0.0] - 2022-05-20
88
### Added
99
- InputSystem 1.3.0 as a dependancy.
1010
- A ContinuousInteraction for the InputSystem. This interaction will continuously trigger the "performed" event as long as the action is being performed.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.caseydecoder.unityextras",
3-
"version": "0.2.0-exp",
3+
"version": "1.0.0",
44
"displayName": "Unity Extras",
55
"description": "A package containing extras for the Unity Game Engine. Full of reusable code to create common game mechanics with.",
66
"unity": "2021.1",

0 commit comments

Comments
 (0)