Skip to content

Commit 4878b5f

Browse files
authored
Merge pull request #73 from VirtueSky/dev
- update version
2 parents 08e5795 + b031ede commit 4878b5f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
### 1: Download the repository and drop it into folder `Assets`
2424
### 2: Add the line below to `Packages/manifest.json`
2525

26-
- for version `3.4.8`
26+
- for version `3.4.9`
2727
```json
28-
"com.virtuesky.sunflower":"https://github.com/VirtueSky/sunflower.git#3.4.8",
28+
"com.virtuesky.sunflower":"https://github.com/VirtueSky/sunflower.git#3.4.9",
2929
```
3030
- depencies:
3131
```json

VirtueSky/ControlPanel/ConstantPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
public class ConstantPackage
44
{
5-
public const string VersionSunflower = "3.4.8";
5+
public const string VersionSunflower = "3.4.9";
66
public const string PackageNameInAppPurchase = "com.unity.purchasing";
77
public const string MaxVersionInAppPurchase = "5.0.1";
88
public const string PackageNameNewtonsoftJson = "com.unity.nuget.newtonsoft-json";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.virtuesky.sunflower",
33
"displayName": "Sunflower",
44
"description": "Core ScriptableObject Architecture for building Unity games",
5-
"version": "3.4.8",
5+
"version": "3.4.9",
66
"unity": "2022.3",
77
"category": "virtuesky",
88
"license": "MIT",

0 commit comments

Comments
 (0)