Skip to content

Commit 6285634

Browse files
authored
Merge pull request #30 from wso2/chore/translator-version-bump
chore: bump translator version to 2.0.7
2 parents 6a76da8 + 598bb15 commit 6285634

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A comprehensive reference implementation for SWIFT MT ↔ MX message translation
1919

2020
**🚀 Ready to use? Download the latest release:**
2121

22-
[![Download Translator](https://img.shields.io/badge/Download%20Translator-v2.0.5-success?style=for-the-badge)](https://github.com/wso2/reference-implementation-cbpr/releases/tag/translator-v2.0.5)
22+
[![Download Translator](https://img.shields.io/badge/Download%20Translator-v2.0.6-success?style=for-the-badge)](https://github.com/wso2/reference-implementation-cbpr/releases/tag/translator-v2.0.6)
2323

2424
[![Download Dashboard](https://img.shields.io/badge/Download%20Dashboard-v1.0.1-success?style=for-the-badge)](https://github.com/wso2/reference-implementation-cbpr/releases/tag/dashboard-v1.0.1)
2525

@@ -96,7 +96,7 @@ Visit the [Releases Page](https://github.com/wso2/reference-implementation-cbpr/
9696
- 📋 View release notes and changelogs
9797
```bash
9898
# Download latest release
99-
wget https://github.com/wso2/reference-implementation-cbpr/releases/latest/download/swift-mt-mx-translator-2.0.5.tar.gz
99+
wget https://github.com/wso2/reference-implementation-cbpr/releases/latest/download/swift-mt-mx-translator-2.0.6.tar.gz
100100

101101
# Extract and install
102102
tar -xzf swift-mt-mx-translator-*.tar.gz

translator/integrations/ftp-sftp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ File-based integration for SWIFT MT ↔ MX message translation using FTP/SFTP pr
1616

1717
**🚀 Production Ready? Use the latest release:**
1818

19-
[![Download FTP/SFTP Release](https://img.shields.io/badge/Download%20FTP%2FSFTP%20Release-v2.0.5-success?style=for-the-badge)](https://github.com/wso2/reference-implementation-cbpr/releases/tag/translator-v2.0.5)
19+
[![Download FTP/SFTP Release](https://img.shields.io/badge/Download%20FTP%2FSFTP%20Release-v2.0.6-success?style=for-the-badge)](https://github.com/wso2/reference-implementation-cbpr/releases/tag/translator-v2.0.6)
2020

2121
**💡 Only need Java 17+ and FTP/SFTP server access!**
2222

@@ -52,7 +52,7 @@ File-based integration for SWIFT MT ↔ MX message translation using FTP/SFTP pr
5252
1. **Download and extract the release**
5353
```bash
5454
# Download latest release
55-
wget https://github.com/wso2/reference-implementation-cbpr/releases/latest/download/swift-mt-mx-translator-2.0.5.tar.gz
55+
wget https://github.com/wso2/reference-implementation-cbpr/releases/latest/download/swift-mt-mx-translator-2.0.6.tar.gz
5656

5757
# Extract
5858
tar -xzf swift-mt-mx-translator-*.tar.gz

translator/integrations/ftp-sftp/swiftMtMxTranslator/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
org = "wso2"
33
name = "swiftMtMxTranslator"
4-
version = "2.0.6"
4+
version = "2.0.7"
55
distribution = "2201.10.5"
66

77
[build-options]

0 commit comments

Comments
 (0)