Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 2d6fc10

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2020-05-17) ### Bug Fixes * warning ([f957a28](f957a28))
1 parent f957a28 commit 2d6fc10

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Packages/com.nuclearband.sodatabase/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "com.nuclearband.sodatabase",
33
"displayName": "Scriptable Objest database",
4-
"version": "1.0.1",
5-
"dependencies": {},
4+
"version": "1.0.0",
5+
"dependencies": {
6+
"com.unity.addressables": "1.7.5"
7+
},
68
"author": {
79
"name": "Tr0sT",
810
"url": "https://github.com/Tr0sT"
@@ -14,9 +16,6 @@
1416
"windowsmanager",
1517
"nuclearband"
1618
],
17-
"dependencies": {
18-
"com.unity.addressables": "1.7.5"
19-
},
2019
"repository": "https://github.com/Tr0sT/UnityScriptableObjectDatabase.git#upm",
2120
"license": "MIT",
2221
"samples": [
@@ -27,4 +26,4 @@
2726
}
2827
],
2928
"type": "library"
30-
}
29+
}

0 commit comments

Comments
 (0)