Skip to content

Commit

Permalink
- update
Browse files Browse the repository at this point in the history
- rename org
  • Loading branch information
DucNV2000 committed Aug 27, 2024
1 parent 33eef62 commit 9feb410
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

### Add the line below to `Packages/manifest.json`

for version `1.0.0`
for version `1.0.1`
```csharp
"com.wolf-package.object-pooling":"https://github.com/wolf-package/object-pooling-unity.git#1.0.0",
"com.wolf-org.object-pooling":"https://github.com/wolf-org/object-pooling-unity.git#1.0.1",
```
## Use

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "com.wolf-package.object-pooling",
"name": "com.wolf-org.object-pooling",
"displayName": "UnityCommon-ObjectPooling",
"description": "Object Pooling for Unity",
"version": "1.0.0",
"version": "1.0.1",
"unity": "2021.3",
"category": "virtuesky",
"license": "MIT",
Expand Down

0 comments on commit 9feb410

Please sign in to comment.