Skip to content

Commit eab44c5

Browse files
committed
[release] Bump version to v0.2.0
1 parent da2dcf4 commit eab44c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

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

8-
## [Unreleased]
8+
## [0.2.0] - 2019-01-25
99

1010
### Changed
1111

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.playablegraph-visualizer",
33
"displayName": "PlayableGraph Visualizer",
4-
"version": "0.1.0-preview.2",
4+
"version": "0.2.0-preview",
55
"unity": "2018.1",
66
"description": "The PlayableGraph Visualizer is a tool that displays the PlayableGraphs in the scene. It can be used in both Play and Edit mode and will always reflect the current state of the graph. Playable nodes are represented by colored nodes, varying according to their type. Connections color intensity indicates its weight.",
77
"licence": "MIT",

0 commit comments

Comments
 (0)