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

Commit

Permalink
Update packages (0.3.1 version)
Browse files Browse the repository at this point in the history
  • Loading branch information
OpOpYaDev committed May 15, 2024
1 parent e027bf7 commit 1db03b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Assets/BetterSceneManagement/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 1db03b5

Please sign in to comment.