diff --git a/README.md b/README.md index 3154907..c472f26 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # [Stellar SDK for PHP](https://github.com/Soneso/stellar-php-sdk) -![v1.1.8](https://img.shields.io/badge/v1.1.8-green.svg) +![v1.1.9](https://img.shields.io/badge/v1.1.9-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 473d6ee..d40a04b 100644 --- a/Soneso/StellarSDK/StellarSDK.php +++ b/Soneso/StellarSDK/StellarSDK.php @@ -46,7 +46,7 @@ class StellarSDK { - public const VERSION_NR = "1.1.8"; + public const VERSION_NR = "1.1.9"; 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";