diff --git a/Assets/BetterSceneManagement/package.json b/Assets/BetterSceneManagement/package.json index b479500..4aeaa93 100644 --- a/Assets/BetterSceneManagement/package.json +++ b/Assets/BetterSceneManagement/package.json @@ -1,14 +1,14 @@ { "name": "com.uurha.betterscenemanagement", "displayName": "Better Scene Management", - "version": "0.3.0", + "version": "0.3.1", "unity": "2020.3", "description": "Scene loader with ability to load and serialize SceneAssets", "dependencies": { "com.tdw.better.internal.core": "0.0.2", "com.tdw.better.projectsettings": "0.0.2", - "com.tdw.better.commons": "0.0.2", - "com.uurha.betterattributes": "3.0.13" + "com.tdw.better.commons": "0.0.5", + "com.uurha.betterattributes": "3.1.3" }, "author": { "name": "Better Plugins", diff --git a/Packages/manifest.json b/Packages/manifest.json index de4ae01..23116fd 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,5 +1,6 @@ { "dependencies": { + "com.tdw.better.commons": "0.0.5", "com.tdw.better.internal.core": "0.0.2", "com.tdw.better.projectsettings": "0.1.1", "com.unity.collab-proxy": "2.0.1", @@ -10,7 +11,7 @@ "com.unity.textmeshpro": "3.0.6", "com.unity.timeline": "1.6.4", "com.unity.ugui": "1.0.0", - "com.uurha.betterattributes": "3.1.0", + "com.uurha.betterattributes": "3.1.3", "com.unity.modules.ai": "1.0.0", "com.unity.modules.androidjni": "1.0.0", "com.unity.modules.animation": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index cfc145c..5723ecd 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,8 +1,8 @@ { "dependencies": { "com.tdw.better.commons": { - "version": "0.0.2", - "depth": 1, + "version": "0.0.5", + "depth": 0, "source": "registry", "dependencies": { "com.tdw.better.internal.core": "0.0.2" @@ -118,11 +118,11 @@ } }, "com.uurha.betterattributes": { - "version": "3.1.0", + "version": "3.1.3", "depth": 0, "source": "registry", "dependencies": { - "com.tdw.better.commons": "0.0.2", + "com.tdw.better.commons": "0.0.4", "com.tdw.better.internal.core": "0.0.2" }, "url": "https://package.openupm.com"