We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33eef62 commit 9feb410Copy full SHA for 9feb410
README.md
@@ -24,9 +24,9 @@
24
25
### Add the line below to `Packages/manifest.json`
26
27
-for version `1.0.0`
+for version `1.0.1`
28
```csharp
29
-"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",
30
```
31
## Use
32
package.json
@@ -1,8 +1,8 @@
1
{
2
- "name": "com.wolf-package.object-pooling",
+ "name": "com.wolf-org.object-pooling",
3
"displayName": "UnityCommon-ObjectPooling",
4
"description": "Object Pooling for Unity",
5
- "version": "1.0.0",
+ "version": "1.0.1",
6
"unity": "2021.3",
7
"category": "virtuesky",
8
"license": "MIT",
0 commit comments