Skip to content

Commit 173eeb9

Browse files
Increased version number.
1 parent 0797148 commit 173eeb9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Binary file not shown.

UnityEditorPackage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.originalnicodr.cinematicunityexplorer",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"displayName": "CinematicUnityExplorer",
55
"description": "UnityExplorer fork focused on providing tools for creating marketing material for Unity games.",
66
"unity": "2017.1",

src/ExplorerCore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace UnityExplorer
2020
public static class ExplorerCore
2121
{
2222
public const string NAME = "CinematicUnityExplorer";
23-
public const string VERSION = "1.2.0";
23+
public const string VERSION = "1.3.0";
2424
public const string AUTHOR = "originalnicodr, Sinai, yukieiji";
2525
public const string GUID = "com.originalnicodr.cinematicunityexplorer";
2626

0 commit comments

Comments
 (0)