diff --git a/README.md b/README.md index 9b7415c..c647df6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # [Stellar SDK for PHP](https://github.com/Soneso/stellar-php-sdk) -![v1.3.5](https://img.shields.io/badge/v1.3.5-green.svg) +![v1.3.6](https://img.shields.io/badge/v1.3.6-green.svg) The Soneso open source Stellar SDK for PHP provides APIs to build and sign transactions, connect and query [Horizon](https://github.com/stellar/horizon). diff --git a/Soneso/StellarSDK/StellarSDK.php b/Soneso/StellarSDK/StellarSDK.php index 7aef894..fd6689a 100644 --- a/Soneso/StellarSDK/StellarSDK.php +++ b/Soneso/StellarSDK/StellarSDK.php @@ -46,7 +46,7 @@ class StellarSDK { - public const VERSION_NR = "1.3.5"; + public const VERSION_NR = "1.3.6"; public static string $PUBLIC_NET_HORIZON_URL = "https://horizon.stellar.org"; public static string $TEST_NET_HORIZON_URL = "https://horizon-testnet.stellar.org"; public static string $FUTURE_NET_HORIZON_URL = "https://horizon-futurenet.stellar.org";