Skip to content

Commit

Permalink
-update: version
Browse files Browse the repository at this point in the history
  • Loading branch information
DucNV2000 committed May 14, 2024
1 parent 0dd43c3 commit c68812b
Show file tree
Hide file tree
Showing 3 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 @@ -23,9 +23,9 @@

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

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

## Includes modules
Expand Down
4 changes: 2 additions & 2 deletions VirtueSky/ControlPanel/ConstantPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
{
public class ConstantPackage
{
public const string VersionSunflower = "2.6.9";
public const string VersionSunflower = "2.7.0";
public const string PackageNameInAppPurchase = "com.unity.purchasing";
public const string MaxVersionInAppPurchase = "4.10.0";
public const string MaxVersionInAppPurchase = "4.11.0";
public const string PackageNameNewtonsoftJson = "com.unity.nuget.newtonsoft-json";
public const string MaxVersionNewtonsoftJson = "3.2.1";
public const string PackageNameIOS14AdvertisingSupport = "com.unity.ads.ios-support";
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.6.9",
"version": "2.7.0",
"unity": "2022.3",
"category": "virtuesky",
"license": "MIT",
Expand Down

0 comments on commit c68812b

Please sign in to comment.