Skip to content

Commit 5f4ab1c

Browse files
committed
version stepping to version 0.8.8
improved command line logging, added session start infos
1 parent ac80104 commit 5f4ab1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ First, you need to add the following repository, which is a repository that can
4141
```
4242

4343
Than you can add the dependency on our `aitoa-code` repository into your `dependencies` section.
44-
Here, `0.8.8` is the current version of `aitoa-code`.
44+
Here, `0.8.9` is the current version of `aitoa-code`.
4545
Notice that you may have more dependencies in your `dependencies` section, say on `junit`, but here I just put the one for `aitoa-code` as example.
4646

4747
```xml
4848
<dependencies>
4949
<dependency>
5050
<groupId>com.github.thomasWeise</groupId>
5151
<artifactId>aitoa-code</artifactId>
52-
<version>0.8.8</version>
52+
<version>0.8.9</version>
5353
</dependency>
5454
</dependencies>
5555

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>aitoa</groupId>
77
<artifactId>aitoa-code</artifactId>
8-
<version>0.8.8</version>
8+
<version>0.8.9</version>
99
<packaging>jar</packaging>
1010
<name>aitoa-code</name>
1111
<description>Example Source Codes from the Book "Introduction to Optimization Algorithms"</description>

0 commit comments

Comments
 (0)