Skip to content

Commit c29a421

Browse files
author
Tim Cooper
committed
Update version to <next> so katana play ncie
1 parent a6898d6 commit c29a421

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

com.unity.render-pipelines.core/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.render-pipelines.core",
33
"description": "Core library for Unity render pipelines.",
4-
"version": "2.0.0-preview",
4+
"version": "2.0.1-preview",
55
"unity": "2018.2",
66
"displayName": "Render Pipeline Core Library",
77
"dependencies": {
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.unity.render-pipelines.high-definition",
33
"description": "HD Render Pipeline for Unity.",
4-
"version": "2.0.0-preview",
4+
"version": "2.0.1-preview",
55
"unity": "2018.2",
66
"displayName": "HD Render Pipeline",
77
"dependencies": {
88
"com.unity.postprocessing": "2.0.7-preview",
9-
"com.unity.render-pipelines.core": "2.0.0-preview",
10-
"com.unity.shadergraph": "2.0.0-preview"
9+
"com.unity.render-pipelines.core": "2.0.1-preview",
10+
"com.unity.shadergraph": "2.0.1-preview"
1111
}
1212
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.unity.render-pipelines.lightweight",
33
"description": "Lightweight Render Pipeline for Unity.",
4-
"version": "2.0.0-preview",
4+
"version": "2.0.1-preview",
55
"unity": "2018.2",
66
"displayName": "Lightweight Render Pipeline",
77
"dependencies": {
88
"com.unity.postprocessing": "2.0.7-preview",
9-
"com.unity.render-pipelines.core": "2.0.0-preview",
10-
"com.unity.shadergraph": "2.0.0-preview"
9+
"com.unity.render-pipelines.core": "2.0.1-preview",
10+
"com.unity.shadergraph": "2.0.1-preview"
1111
}
1212
}

com.unity.shadergraph/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.shadergraph",
33
"description": "Shader Graph",
4-
"version": "2.0.0-preview",
4+
"version": "2.0.1-preview",
55
"unity": "2018.2",
66
"displayName": "Shader Graph",
77
"dependencies": {

0 commit comments

Comments
 (0)