diff --git a/README.md b/README.md index e91ae09..fdb5fc2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Give this repository a star ⭐ if it helped you build a trading algorithm in Ja If you are using Gradle as your build tool, add the following dependency to your `build.gradle` file: ``` -implementation group: "net.jacobpeterson.alpaca", name: "alpaca-java", version: "10.0.0" +implementation group: "net.jacobpeterson.alpaca", name: "alpaca-java", version: "10.0.1" ``` If you are using Maven as your build tool, add the following dependency to your `pom.xml` file: @@ -24,7 +24,7 @@ If you are using Maven as your build tool, add the following dependency to your net.jacobpeterson.alpaca alpaca-java - 10.0.0 + 10.0.1 ``` diff --git a/build.gradle b/build.gradle index 6009b4a..5dc0a48 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ plugins { final def projectGroup = "net.jacobpeterson.alpaca" final def projectArtifactID = "alpaca-java" -final def projectVersion = "10.0.0-SNAPSHOT" +final def projectVersion = "10.0.1-SNAPSHOT" group = projectGroup version = projectVersion