Skip to content

Commit fe6c062

Browse files
author
Mustafa Al Ibrahim
committed
Updated versioning to 1.2
1 parent a73e5cb commit fe6c062

File tree

6 files changed

+15
-10
lines changed

6 files changed

+15
-10
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Exe
1+
Executable*

Source/Assets/Scenes/Main3D.unity

0 Bytes
Binary file not shown.

Source/Packages/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"com.unity.ide.rider": "2.0.7",
99
"com.unity.ide.visualstudio": "2.0.5",
1010
"com.unity.ide.vscode": "1.2.3",
11-
"com.unity.purchasing": "2.2.1",
12-
"com.unity.test-framework": "1.1.20",
11+
"com.unity.purchasing": "2.2.2",
12+
"com.unity.test-framework": "1.1.22",
1313
"com.unity.textmeshpro": "3.0.1",
14-
"com.unity.timeline": "1.2.6",
14+
"com.unity.timeline": "1.4.6",
1515
"com.unity.ugui": "1.0.0",
1616
"com.unity.xr.legacyinputhelpers": "2.1.7",
1717
"com.unity.modules.ai": "1.0.0",

Source/Packages/packages-lock.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"url": "https://packages.unity.com"
6969
},
7070
"com.unity.purchasing": {
71-
"version": "2.2.1",
71+
"version": "2.2.2",
7272
"depth": 0,
7373
"source": "registry",
7474
"dependencies": {
@@ -77,7 +77,7 @@
7777
"url": "https://packages.unity.com"
7878
},
7979
"com.unity.test-framework": {
80-
"version": "1.1.20",
80+
"version": "1.1.22",
8181
"depth": 0,
8282
"source": "registry",
8383
"dependencies": {
@@ -97,10 +97,15 @@
9797
"url": "https://packages.unity.com"
9898
},
9999
"com.unity.timeline": {
100-
"version": "1.2.6",
100+
"version": "1.4.6",
101101
"depth": 0,
102102
"source": "registry",
103-
"dependencies": {},
103+
"dependencies": {
104+
"com.unity.modules.director": "1.0.0",
105+
"com.unity.modules.animation": "1.0.0",
106+
"com.unity.modules.audio": "1.0.0",
107+
"com.unity.modules.particlesystem": "1.0.0"
108+
},
104109
"url": "https://packages.unity.com"
105110
},
106111
"com.unity.ugui": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2020.2.3f1
2-
m_EditorVersionWithRevision: 2020.2.3f1 (8ff31bc5bf5b)
1+
m_EditorVersion: 2020.2.6f1
2+
m_EditorVersionWithRevision: 2020.2.6f1 (8a2143876886)
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)