Skip to content

Commit 023fb2b

Browse files
committed
Updated to Unity Notifications version 2.0.0
1 parent 0ecf300 commit 023fb2b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Assets/_PackageRoot/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "extensions.unity.notifications",
33
"displayName": "Unity Notifications",
44
"author": { "name": "Ivan Murzak", "url": "https://github.com/IvanMurzak" },
5-
"version": "1.1.0",
5+
"version": "2.0.0",
66
"unity": "2019.2",
77
"description": "Unity Mobile Notifications integration.",
88
"dependencies": {
9-
"com.unity.mobile.notifications": "1.4.2",
9+
"com.unity.mobile.notifications": "2.0.0",
1010
"com.cysharp.unitask": "2.2.5"
1111
},
1212
"scopedRegistries": [

Packages/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"com.cysharp.unitask": "2.2.5",
44
"com.unity.ide.visualstudio": "2.0.14",
55
"com.unity.ide.vscode": "1.2.5",
6-
"com.unity.mobile.notifications": "1.4.2",
6+
"com.unity.mobile.notifications": "2.0.0",
77
"com.unity.test-framework": "1.1.31",
88
"com.unity.ugui": "1.0.0",
99
"com.unity.modules.ai": "1.0.0",

Packages/packages-lock.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"url": "https://packages.unity.com"
3232
},
3333
"com.unity.mobile.notifications": {
34-
"version": "1.4.2",
34+
"version": "2.0.0",
3535
"depth": 0,
3636
"source": "registry",
3737
"dependencies": {

0 commit comments

Comments
 (0)