Skip to content

Commit

Permalink
com.utilities.rest 2.5.2 (#68)
Browse files Browse the repository at this point in the history
- updated com.utilities.async -> 2.1.3
  • Loading branch information
StephenHodgson authored Feb 15, 2024
1 parent 8d4afc9 commit 7936e01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Utilities.Rest/Packages/com.utilities.rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Utilities.Rest",
"description": "This package contains useful RESTful utilities for the Unity Game Engine.",
"keywords": [],
"version": "2.5.1",
"version": "2.5.2",
"unity": "2021.3",
"documentationUrl": "https://github.com/RageAgainstThePixel/com.utilities.rest#documentation",
"changelogUrl": "https://github.com/RageAgainstThePixel/com.utilities.rest/releases",
Expand All @@ -15,7 +15,7 @@
"author": "Stephen Hodgson",
"url": "https://github.com/StephenHodgson",
"dependencies": {
"com.utilities.async": "2.1.2",
"com.utilities.async": "2.1.3",
"com.utilities.extensions": "1.1.15",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions Utilities.Rest/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"com.unity.addressables": "1.21.19",
"com.unity.addressables": "1.21.20",
"com.unity.ide.rider": "3.0.27",
"com.unity.ide.visualstudio": "2.0.22",
"com.utilities.buildpipeline": "1.2.1"
"com.utilities.buildpipeline": "1.2.2"
},
"scopedRegistries": [
{
Expand Down

0 comments on commit 7936e01

Please sign in to comment.