Skip to content

Commit

Permalink
Merge pull request #99 from HAECHI-LABS/releases/1.3.14
Browse files Browse the repository at this point in the history
chore: update CHANGELOG.md
  • Loading branch information
raspLarry authored May 19, 2023
2 parents 7615692 + 72216c9 commit 04f4132
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 6 deletions.
15 changes: 15 additions & 0 deletions Assets/haechi.face.unity.sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

<a name="1.3.14"></a>
## Release: [1.3.14](https://github.com/HAECHI-LABS/core/releases/tag/1.3.14)
### Bug Fixes
- Fix non interactable issue when re login
- Fix WebGL sample UI and wallet home issue
- Fix dev sample dapp

### CI
- Add Version.cs file updating script in github actions
- Add Version.cs file updating script in github actions

### Reverts
- ci: Add Version.cs file updating script in github actions


<a name="1.3.13"></a>
## Release: [1.3.13](https://github.com/HAECHI-LABS/core/releases/tag/1.3.13)
### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions Assets/haechi.face.unity.sdk/Runtime/Client/SdkInfo.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
namespace haechi.face.unity.sdk.Runtime.Utils
{
public class SdkInfo
{
public static readonly string UNITY_SDK_TYPE = "unity";
public static readonly string UNITY_SDK_VERSION = "1.3.13";
public class SdkInfo
{
public static readonly string UNITY_SDK_TYPE = "unity";
public static readonly string UNITY_SDK_VERSION = "1.3.14";
}
}
}
2 changes: 1 addition & 1 deletion Assets/haechi.face.unity.sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haechi.face.unity.sdk",
"version": "1.3.13",
"version": "1.3.14",
"displayName": "Face Unity SDK",
"description": "Face Unity SDK that helps integrating Face Wallet on the Unity platform",
"documentationUrl": "https://docs.facewallet.xyz/docs/overview-1",
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

<a name="1.3.14"></a>
## Release: [1.3.14](https://github.com/HAECHI-LABS/core/releases/tag/1.3.14)
### Bug Fixes
- Fix non interactable issue when re login
- Fix WebGL sample UI and wallet home issue
- Fix dev sample dapp

### CI
- Add Version.cs file updating script in github actions
- Add Version.cs file updating script in github actions

### Reverts
- ci: Add Version.cs file updating script in github actions


<a name="1.3.13"></a>
## Release: [1.3.13](https://github.com/HAECHI-LABS/core/releases/tag/1.3.13)
### Bug Fixes
Expand Down

0 comments on commit 04f4132

Please sign in to comment.