Skip to content

Commit b08dc1f

Browse files
committed
📋 Bump up version to v0.1.0-preview.10
1 parent 35c6a12 commit b08dc1f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Assets/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.0-preview.10] - 2019-08-22
4+
5+
Tweak
6+
7+
### Changes
8+
9+
* Change some enum default values to unselected
10+
311
## [0.1.0-preview.9] - 2019-08-22
412

513
Add connectors

Assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dev.monry.uniflow",
33
"displayName": "UniFlow",
4-
"version": "0.1.0-preview.9",
4+
"version": "0.1.0-preview.10",
55
"unity": "2019.2",
66
"description": "UniFlow is a library that can connect various Unity events including user interaction without writing any C# script. Processes such as \"Tutorial that accepts user interaction\" and \"Waiting for the end of playback of Animation, Audio, Timeline, etc.\" can be implemented easily.",
77
"author": {

0 commit comments

Comments
 (0)