Skip to content

Commit

Permalink
Add back the account ccy endpoint (#65)
Browse files Browse the repository at this point in the history
* Add back the account ccy endpoint

* Update pom.xml

Co-authored-by: Emanuele Gorga <[email protected]>

---------

Co-authored-by: Emanuele Gorga <[email protected]>
  • Loading branch information
CallumD and emanuelegorga authored Oct 30, 2023
1 parent 21f2d4f commit 4d335f5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.transferzero.sdk</groupId>
<artifactId>transferzero-sdk-java8</artifactId>
<version>1.31.0-SNAPSHOT</version>
<version>1.32.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -55,7 +55,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
compile "com.transferzero.sdk:transferzero-sdk-java8:1.31.0-SNAPSHOT"
compile "com.transferzero.sdk:transferzero-sdk-java8:1.32.0-SNAPSHOT"
```

### Others
Expand All @@ -68,7 +68,7 @@ mvn clean package

Then manually install the following JARs:

* `target/transferzero-sdk-java8-1.31.0-SNAPSHOT.jar`
* `target/transferzero-sdk-java8-1.32.0-SNAPSHOT.jar`
* `target/lib/*.jar`

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'eclipse'
apply plugin: 'java'

group = 'com.transferzero.sdk'
version = '1.31.0-SNAPSHOT'
version = '1.32.0-SNAPSHOT'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "com.transferzero.sdk",
name := "transferzero-sdk-java8",
version := "1.31.0-SNAPSHOT",
version := "1.32.0-SNAPSHOT",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>transferzero-sdk-java8</artifactId>
<packaging>jar</packaging>
<name>transferzero-sdk-java8</name>
<version>1.31.0-SNAPSHOT</version>
<version>1.32.0-SNAPSHOT</version>
<url>https://github.com/transferzero/transferzero-sdk-java8</url>
<description>Java 8 library for the TransferZero API</description>
<scm>
Expand Down

0 comments on commit 4d335f5

Please sign in to comment.