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

Commit

Permalink
Merge pull request #36 from techno-dwarf-works/feature/refactoring
Browse files Browse the repository at this point in the history
Version 0.3.4
  • Loading branch information
uurha committed Aug 3, 2024
1 parent 729d497 commit 082ccae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Runtime/BetterSceneManagement.Runtime.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"versionDefines": [
{
"name": "com.tdw.better.singletons",
"expression": "0.0.7",
"expression": "0.1.0",
"define": "BETTER_SINGLETONS"
},
{
"name": "com.tdw.better.services",
"expression": "0.0.4",
"expression": "0.1.2",
"define": "BETTER_SERVICES"
},
{
"name": "com.tdw.better.locators",
"expression": "0.0.7",
"expression": "0.1.12",
"define": "BETTER_LOCATORS"
}
],
Expand Down
8 changes: 4 additions & 4 deletions 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.3",
"unity": "2020.3",
"version": "0.3.4",
"unity": "2021.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.1.3",
"com.tdw.better.commons": "0.0.22",
"com.uurha.betterattributes": "3.1.5"
"com.tdw.better.commons": "0.0.33",
"com.uurha.betterattributes": "3.1.8"
},
"author": {
"name": "Better Plugins",
Expand Down

0 comments on commit 082ccae

Please sign in to comment.