diff --git a/README.md b/README.md
index a72bd30..c212677 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Add `mapepire-sdk` as a dependency in your project and make sure to use the late
io.github.mapepire-ibmi
mapepire-sdk
- 0.0.7
+ 0.1.0
```
@@ -53,7 +53,7 @@ import io.github.mapepire_ibmi.types.QueryResult;
public final class App {
public static void main(String[] args) throws Exception {
// Initialize credentials
- DaemonServer creds = new DaemonServer("HOST", 8085, "USER", "PASSWORD", true, "CA");
+ DaemonServer creds = new DaemonServer("HOST", 8076, "USER", "PASSWORD");
// Establish connection
SqlJob job = new SqlJob();
diff --git a/pom.xml b/pom.xml
index 8f2e103..08e9e75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
io.github.mapepire-ibmi
mapepire-sdk
- 0.0.7
+ 0.1.0
jar
Mapepire SDK