From 3f2b11cabb8eb2555d772d24a0777fe15bcd58d4 Mon Sep 17 00:00:00 2001
From: KSGRelewise <119578211+KSGRelewise@users.noreply.github.com>
Date: Mon, 5 Aug 2024 14:59:04 +0200
Subject: [PATCH] Bumped version
---
README.md | 2 +-
src/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 0d54bb4..684f331 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Install via Maven.
com.relewise.client
relewise-sdk
- 1.0.0-alpha.2
+ 1.0.0-alpha.3
```
diff --git a/src/pom.xml b/src/pom.xml
index 76c26e1..55d8dfd 100644
--- a/src/pom.xml
+++ b/src/pom.xml
@@ -4,7 +4,7 @@
com.relewise.client
relewise-sdk
- 1.0.0-alpha.2
+ 1.0.0-alpha.3
Relewise is a next generation personalization SaaS-platform, which offers functionality within product- and content recommendations and personalized search. This official SDK helps you interact with our API.
Relewise