Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtueSky committed Jan 17, 2024
1 parent bffb83f commit 7e0b757
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

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

for version `2.3.6`
for version `2.3.7`
```csharp
"com.virtuesky.sunflower":"https://github.com/VirtueSky/sunflower.git#2.3.6",
"com.virtuesky.sunflower":"https://github.com/VirtueSky/sunflower.git#2.3.7",
```

#### Note:
Expand Down
2 changes: 1 addition & 1 deletion VirtueSky/Component/EffectAppearComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class EffectAppearComponent : MonoBehaviour
{
[Range(0, 2f)] public float TimeScale = .7f;
public Ease ease = Ease.OutBack;
public Vector3 fromScale;
public Vector3 fromScale = new Vector3(.5f, .5f, .5f);
private Vector3 CurrentScale;
private Tween _tween;

Expand Down
2 changes: 1 addition & 1 deletion VirtueSky/ControlPanel/ConstantPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
public class ConstantPackage
{
public const string VersionSunflower = "2.3.6";
public const string VersionSunflower = "2.3.7";
public const string PackageNameInAppPurchase = "com.unity.purchasing";
public const string MaxVersionInAppPurchase = "4.10.0";
public const string PackageNameNewtonsoftJson = "com.unity.nuget.newtonsoft-json";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.virtuesky.sunflower",
"displayName": "Sunflower",
"description": "Core ScriptableObject Architecture for building Unity games",
"version": "2.3.6",
"version": "2.3.7",
"unity": "2022.3",
"category": "virtuesky",
"keywords": [
Expand Down

0 comments on commit 7e0b757

Please sign in to comment.