Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit a8a751a

Browse files
committed
v0.1.3
Signed-off-by: Finbarrs Oketunji <f@finbarrs.eu>
1 parent 7b92d06 commit a8a751a

9 files changed

Lines changed: 39 additions & 34 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
create-release:
10-
if: github.repository_owner == 'moatsystems'
10+
if: github.repository_owner == 'horisystems'
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
@@ -16,4 +16,4 @@ jobs:
1616
changelog: CHANGELOG.md
1717
branch: main
1818
env:
19-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
GITHUB_TOKEN: ${{ secrets.HORI_TOKEN }}

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# 0.1.2 (May 10, 2023)
1+
# 0.1.3 (October 29, 2023)
2+
* Business changes.
23

4+
# 0.1.2 (May 10, 2023)
35
* Tweaks.
46

57
# 0.1.1 (May 02, 2023)
6-
78
* Monthly average added.
89

910
# 0.1.0 (April 23, 2023)
10-
1111
* Initial release.

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@0xnu
2-
@moatsystems
2+
@horisystems

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2023, Moat Systems Limited. All Rights Reserved.
3+
Copyright (c) 2023, Hori Systems Limited. All Rights Reserved.
44

55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Currency API Java Client
22

3-
[![Build Status](https://github.com/moatsystems/fxdatapi-java/actions/workflows/ci.yml/badge.svg)](https://github.com/moatsystem/fxdatapi-java/actions/workflows/ci.yml)
3+
[![Build Status](https://github.com/horisystems/fxdatapi-java/actions/workflows/ci.yml/badge.svg)](https://github.com/horisystems/fxdatapi-java/actions/workflows/ci.yml)
44

5-
A Java client for interacting with [Currency API](https://moatsystems.com/currency-api/).
5+
A Java client for interacting with [Currency API](https://horisystems.com/currency-api/).
66

7-
[Moat Systems](https://moatsystems.com) provides customers with accurate and up-to-date currency data for making informed decisions in the global financial market, including Gold, Silver and Special Drawing Rights. Our reliable exchange rate data assist businesses in confidently managing foreign transactions, investments and risks. Accounting, E-commerce, CRM, and ERP software companies will find it helpful to integrate with us instead of developing a custom in-house solution.
7+
[Hori Systems](https://horisystems.com) provides customers with accurate and up-to-date currency data for making informed decisions in the global financial market, including Gold, Silver and Special Drawing Rights. Our reliable exchange rate data assist businesses in confidently managing foreign transactions, investments and risks. Accounting, E-commerce, CRM, and ERP software companies will find it helpful to integrate with us instead of developing a custom in-house solution.
88

99
### Requirements
1010

@@ -34,7 +34,7 @@ compile 'com.fxdatapi:fxdatapi-java:X.X.X'
3434

3535
### Usage Example
3636

37-
This library is a Java client you can use to interact with the [Currency API](https://moatsystems.com/currency-api/).
37+
This library is a Java client you can use to interact with the [Currency API](https://horisystems.com/currency-api/).
3838

3939
```java
4040
package myapp;
@@ -182,16 +182,16 @@ public class MyApp {
182182

183183
### Setting up Currency API Account
184184

185-
Subscribe [here](https://moatsystems.com/currency-api/) for a user account.
185+
Subscribe [here](https://horisystems.com/currency-api/) for a user account.
186186

187187
### Using the Currency API
188188

189-
You can read the [API documentation](https://docs.fxdatapi.com/) to understand what's possible with the Currency API. If you need further assistance, don't hesitate to [contact us](https://moatsystems.com/contact/).
189+
You can read the [API documentation](https://docs.fxdatapi.com/) to understand what's possible with the Currency API. If you need further assistance, don't hesitate to [contact us](https://horisystems.com/contact/).
190190

191191
### License
192192

193193
This project is licensed under the [BSD 3-Clause License](./LICENSE).
194194

195195
### Copyright
196196

197-
(c) 2020 - 2023 [Moat Systems Limited](https://moatsystems.com).
197+
(c) 2020 - 2023 [Hori Systems Limited](https://horisystems.com).

build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
}
1919

2020
group = 'com.fxdatapi'
21-
version = '0.1.1'
21+
version = '0.1.3'
2222
description = 'fxdatapi-java'
2323
sourceCompatibility = '1.11'
2424
targetCompatibility = '1.11'
@@ -42,30 +42,30 @@ publishing {
4242
pom {
4343
name = 'fxdatapi-java'
4444
description = 'Fxdatapi Java Bindings'
45-
url = 'https://github.com/moatsystems/fxdatapi-java'
45+
url = 'https://github.com/horisystems/fxdatapi-java'
4646
properties = [:]
4747
licenses {
4848
license {
4949
name = 'BSD 3-Clause'
50-
url = 'https://github.com/moatsystems/LICENSE'
50+
url = 'https://github.com/horisystems/LICENSE'
5151
}
5252
}
5353
organization {
54-
name = 'Moat Systems Limited'
55-
url = 'https://moatsystems.com'
54+
name = 'Hori Systems Limited'
55+
url = 'https://horisystems.com'
5656
}
5757
developers {
5858
developer {
5959
name = 'Finbarrs Oketunji'
6060
email = 'f@finbarrs.eu'
61-
organization = 'Moat Systems Limited'
62-
organizationUrl = 'https://moatsystems.com'
61+
organization = 'Hori Systems Limited'
62+
organizationUrl = 'https://horisystems.com'
6363
}
6464
}
6565
scm {
66-
connection = 'scm:git:git@github.com:moatsystems/fxdatapi-java.git'
67-
developerConnection = 'scm:git:git@github.com:moatsystems/fxdatapi-java.git'
68-
url = 'git@github.com:moatsystems/fxdatapi-java'
66+
connection = 'scm:git:git@github.com:horisystems/fxdatapi-java.git'
67+
developerConnection = 'scm:git:git@github.com:horisystems/fxdatapi-java.git'
68+
url = 'git@github.com:horisystems/fxdatapi-java'
6969
}
7070
}
7171
}

gradle/wrapper/gradle-wrapper.jar

1.61 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
44
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

gradlew

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)