Skip to content

Commit

Permalink
Problem: change log not updated (fix #357) (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
leejw51crypto authored May 24, 2024
1 parent 8cd6814 commit f644dfd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Changelog

## [Unreleased]

## [v0.0.20-alpha] - 2024-5-24
- Add verify signature for walletconnect 2.0

## [v0.0.19-alpha] - 2024-4-27
- Fix WC 2.0 for defiwallet
- Support UE 5.4


## [v0.0.18-alpha] - 2024-1-2
- Support metamask send-tx for wallet-connect 2.0
- Support Unreal Engine 5.3.0
- Add weakptr checking for WalletConnect 2.0


## [v0.0.17-alpha] - 2023-8-10
- fix windows build

Expand Down
2 changes: 1 addition & 1 deletion CronosPlayUnreal.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"FileVersion": 3,
"FriendlyName": "Cronos Play for Unreal Engine",
"Version": 1,
"VersionName": "v0.0.19-alpha",
"VersionName": "v0.0.20-alpha",
"EngineVersion": "5.4",
"Description": "Cronos labs",
"Category": "Programming",
Expand Down
2 changes: 1 addition & 1 deletion install-play-cpp-sdk.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REM Set the play cpp sdk version
set PLAYCPPSDK=v0.0.19-alpha
set PLAYCPPSDK=v0.0.27-alpha

REM Set the play-cpp-sdk cache path
set PLAYCPPSDK_CACHE_DIR=C:\play-cpp-sdk\%PLAYCPPSDK%
Expand Down

0 comments on commit f644dfd

Please sign in to comment.