Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
uurha committed Jul 20, 2024
1 parent fd640b5 commit e63b615
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Assets/BetterProjectSettings/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "com.tdw.better.projectsettings",
"displayName": "Better Project Settings",
"version": "0.1.2",
"version": "0.1.3",
"unity": "2021.3",
"description": "Easy way to manage persistent settings for both Editor and Runtime",
"dependencies": {
"com.tdw.better.singletons": "0.1.0",
"com.tdw.better.internal.core": "0.0.2",
"com.tdw.better.commons" : "0.0.12"
"com.tdw.better.commons" : "0.0.22"
},
"author": {
"name": "Better Plugins",
Expand Down
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.tdw.better.commons": "0.0.12",
"com.tdw.better.commons": "0.0.22",
"com.tdw.better.internal.core": "0.0.2",
"com.tdw.better.singletons": "0.1.0",
"com.unity.collab-proxy": "2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"com.tdw.better.commons": {
"version": "0.0.12",
"version": "0.0.22",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down

0 comments on commit e63b615

Please sign in to comment.