Skip to content

Commit 69e6ff9

Browse files
Release 0.25
1 parent 06927bd commit 69e6ff9

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.aika-software</groupId>
66
<artifactId>aika</artifactId>
77
<packaging>jar</packaging>
8-
<version>0.25-SNAPSHOT</version>
8+
<version>0.25</version>
99
<name>aika</name>
1010
<url>http://aika.network</url>
1111
<description>An artificial intelligence for knowledge acquisition</description>
@@ -30,7 +30,7 @@
3030
<url>https://github.com/aika-algorithm/aika</url>
3131
<connection>scm:git:git://github.com/aika-algorithm/aika.git</connection>
3232
<developerConnection>scm:git:[email protected]:aika-algorithm/aika.git</developerConnection>
33-
<tag>aika-0.24</tag>
33+
<tag>aika-0.25</tag>
3434
</scm>
3535

3636

src/site/resources.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,23 @@ <h2>Related Resources</h2>
6767

6868
<h2>Download</h2>
6969
<p>
70-
<a href="http://www.aika-software.org/download/aika-0.24.jar">Version 0.24</a> <br/>
70+
<a href="http://www.aika-software.org/download/aika-0.25.jar">Version 0.25</a> <br/>
7171
</p>
7272

7373
<h2>API Documentation</h2>
7474

7575
<p>
76-
<a href="http://www.aika-software.org/apidocs/index.html">JavaDoc v0.24</a>
76+
<a href="http://www.aika-software.org/apidocs/index.html">JavaDoc v0.25</a>
7777
</p>
7878

7979
<h2>Release Notes</h2>
80+
<h3>Aika Version 0.25 (2018-12-02)</h3>
81+
<ul>
82+
<li>
83+
Bugfixes
84+
</li>
85+
</ul>
86+
8087
<h3>Aika Version 0.24 (2018-11-17)</h3>
8188
<ul>
8289
<li>

0 commit comments

Comments
 (0)