Skip to content

Commit 61442d4

Browse files
committed
Release v1.1.0
1 parent 14727b4 commit 61442d4

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [Unreleased] - 06.10.2021
4+
## [1.1.0] - 10.10.2021
55

66
### Added
77
- Added animated properties for scale and rotation to TextEffect.
@@ -16,6 +16,5 @@ All notable changes to this project will be documented in this file.
1616
- Reworked time scale for text effects to easily allow for one-shot effects.
1717
- Changed event "wait for input" to use the new AwaitEventResponse status instead of Pause.
1818

19-
2019
## [1.0.0] - 06.10.2021
2120
Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.larsellefsen.dialoguesystem",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"displayName": "Dialogue System",
55
"description": "An extendable and customizable dialogue system for Unity",
66
"unity": "2018.1",

0 commit comments

Comments
 (0)