From 103b93aa8dd25a0cc4a291425bf0aa1e5037dcc2 Mon Sep 17 00:00:00 2001 From: tweise Date: Fri, 31 Jan 2020 09:48:36 +0800 Subject: [PATCH] version stepping --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e67bb27..42aa523 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ First, you need to add the following repository, which is a repository that can ``` Than you can add the dependency on our `aitoa-code` repository into your `dependencies` section. -Here, `0.8.24` is the current version of `aitoa-code`. +Here, `0.8.25` is the current version of `aitoa-code`. 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. ```xml @@ -51,7 +51,7 @@ Notice that you may have more dependencies in your `dependencies` section, say o com.github.thomasWeise aitoa-code - 0.8.24 + 0.8.25 ``` diff --git a/pom.xml b/pom.xml index bcf2b90..7eae60a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ aitoa aitoa-code - 0.8.24 + 0.8.25 jar aitoa-code Example Source Codes from the Book "Introduction to Optimization Algorithms"