Skip to content

Commit 81ee8fa

Browse files
committed
- update version
1 parent 946d49c commit 81ee8fa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323

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

26-
for version `1.0.0`
26+
for version `1.0.1`
2727
```csharp
28-
"com.wolf-package.in-app-purchasing":"https://github.com/wolf-package/in-app-purchasing-unity.git#1.0.0",
28+
"com.wolf-package.in-app-purchasing":"https://github.com/wolf-package/in-app-purchasing-unity.git#1.0.1",
2929
```
30-
dependency `extensions-unity-1.0.0`
30+
dependency `extensions-unity-1.0.1`
3131
```csharp
32-
"com.wolf-package.extensions":"https://github.com/wolf-package/extensions-unity.git#1.0.0",
32+
"com.wolf-package.extensions":"https://github.com/wolf-package/extensions-unity.git#1.0.1",
3333
```
3434

3535
## Use

Runtime/IapManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace VirtueSky.Iap
1111
{
1212
public class IapManager : MonoBehaviour, IDetailedStoreListener
1313
{
14-
public bool dontDestroyOnLoad = true;
14+
[SerializeField] private bool dontDestroyOnLoad = true;
1515
private static IapManager _instance;
1616
public static event Action<string> OnPurchaseSucceedEvent;
1717
public static event Action<string> OnPurchaseFailedEvent;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.wolf-package.in-app-purchasing",
33
"displayName": "UnityCommon-IAP",
44
"description": "Support for unity in-app-purchasing",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"unity": "2021.3",
77
"category": "virtuesky",
88
"license": "MIT",

0 commit comments

Comments
 (0)