Skip to content

Commit

Permalink
Updated Beacon to 1.0.23 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-karuna authored Apr 27, 2023
1 parent 08f4ace commit a5b7a15
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.3.1] - 2023-04-27
### Changed
- Beacon SDK version to [1.0.23](https://github.com/baking-bad/beacon-dotnet-sdk/releases/tag/v1.0.23)


## [1.3.0] - 2023-04-25
### Added
- Custom unity readme
Expand Down Expand Up @@ -57,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added auto releases with GH actions


[unreleased]: https://github.com/trilitech/tezos-unity-sdk/compare/1.3.0...HEAD
[unreleased]: https://github.com/trilitech/tezos-unity-sdk/compare/1.3.1...HEAD
[1.3.1]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.3.1
[1.3.0]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.3.0
[1.2.1]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.2.1
[1.2.0]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.2.0
Expand Down
Binary file modified Runtime/Plugins/Beacon.Sdk.dll
Binary file not shown.
Binary file modified Runtime/Plugins/LiteDB.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions Runtime/Scripts/BeaconSDK/BeaconConnectorDotNet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ public async void RequestTezosOperation(string destination, string entryPoint =
{
var operationDetails = new List<TezosBaseOperation>();
var partialTezosTransactionOperation = new PartialTezosTransactionOperation(
Amount: amount.ToString(),
Destination: destination,
Parameters: new JObject
amount.ToString(),
destination,
new JObject
{
["entrypoint"] = entryPoint,
["value"] = JObject.Parse(arg)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.trilitech.tezos-unity-sdk",
"version": "1.3.0",
"version": "1.3.1",
"unity": "2021.3",
"displayName": "Tezos Unity SDK",
"description": "Unity SDK for Tezos",
Expand Down

0 comments on commit a5b7a15

Please sign in to comment.